Package | Description |
---|---|
com.sun.jersey.api.client |
Provides support for client-side communication with HTTP-based
RESTful Web services.
|
com.sun.jersey.core.provider.jaxb |
Provides support for JAXB-related message body readers and writers.
|
com.sun.jersey.server.wadl |
Provides support for WADL configuration and generation.
|
com.sun.jersey.server.wadl.generators |
Provides support for JAXB WADL generation.
|
com.sun.jersey.spi.container |
Provides support for containers and the web application that manages
resource classes.
|
Modifier and Type | Method and Description |
---|---|
Providers |
Client.getProviders()
Get the
Providers utilized by the client. |
Constructor and Description |
---|
AbstractJAXBElementProvider(Providers ps) |
AbstractJAXBElementProvider(Providers ps,
MediaType mt) |
AbstractJAXBProvider(Providers ps) |
AbstractJAXBProvider(Providers ps,
MediaType mt) |
AbstractListElementProvider(Providers ps) |
AbstractListElementProvider(Providers ps,
MediaType mt) |
AbstractRootElementProvider(Providers ps) |
AbstractRootElementProvider(Providers ps,
MediaType mt) |
Modifier and Type | Method and Description |
---|---|
Providers |
WadlGenerator.Environment.getProviders() |
Modifier and Type | Method and Description |
---|---|
com.sun.research.ws.wadl.Application |
WadlBuilder.generate(Providers providers,
FeaturesAndProperties fap,
UriInfo info,
ApplicationDescription description,
AbstractResource resource)
Generate WADL for a resource.
|
com.sun.research.ws.wadl.Application |
WadlBuilder.generate(Providers providers,
FeaturesAndProperties fap,
UriInfo info,
ApplicationDescription description,
AbstractResource resource,
java.lang.String path)
Generate WADL for a virtual subresource resulting from sub resource
methods.
|
ApplicationDescription |
WadlBuilder.generate(Providers providers,
FeaturesAndProperties fap,
UriInfo info,
java.util.Set<AbstractResource> resources)
Generate WADL for a set of resources.
|
WadlGenerator.Environment |
WadlGenerator.Environment.setProviders(Providers providers) |
Modifier and Type | Field and Description |
---|---|
protected Providers |
AbstractWadlGeneratorGrammarGenerator._providers |
Modifier and Type | Method and Description |
---|---|
Providers |
WebApplication.getProviders()
Get the providers.
|
Copyright © 2016 Oracle Corporation. All Rights Reserved.