| Package | Description |
|---|---|
| javax.ws.rs.client |
The JAX-RS client API
|
| javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
| org.glassfish.jersey |
Common Jersey core classes.
|
| org.glassfish.jersey.client |
Jersey client-side classes.
|
| org.glassfish.jersey.message |
Common Jersey messaging classes.
|
| org.glassfish.jersey.message.internal |
Common Jersey internal messaging classes.
|
| org.glassfish.jersey.model.internal | |
| org.glassfish.jersey.server |
Jersey server-side classes.
|
| org.glassfish.jersey.server.filter |
Provides core server filters.
|
| org.glassfish.jersey.server.model |
Jersey server-side application & resource modeling classes.
|
| org.glassfish.jersey.server.wadl.internal | |
| org.glassfish.jersey.server.wadl.processor |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
ClientRequestContext.getConfiguration()
Get the immutable configuration of the request.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Client |
ClientFactory.getClient(Configuration configuration)
Get a new pre-configured client instance.
|
static Client |
ClientFactory.newClient(Configuration configuration)
Create new configured client instance using the default client builder factory
provided by the JAX-RS implementation provider.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Configurable.getConfiguration()
Get a live view of an internal configuration state of this configurable instance.
|
| Modifier and Type | Method and Description |
|---|---|
C |
Configurable.replaceWith(Configuration config)
Replace the existing configuration state with an externally provided configuration state.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExtendedConfig
Extended common runtime configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientConfig
Jersey externalized implementation of client-side JAX-RS
configurable contract. |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
ClientRequest.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected Client |
JerseyClientFactory.getClient(Configuration configurable) |
JerseyWebTarget |
JerseyWebTarget.replaceWith(Configuration configuration) |
JerseyInvocation |
JerseyInvocation.replaceWith(Configuration config) |
JerseyInvocation.Builder |
JerseyInvocation.Builder.replaceWith(Configuration config) |
JerseyClient |
JerseyClient.replaceWith(Configuration configuration) |
ClientConfig |
ClientConfig.replaceWith(Configuration config) |
| Constructor and Description |
|---|
JerseyClient(Configuration config)
Create a new Jersey client instance.
|
| Constructor and Description |
|---|
DeflateEncoder(Configuration config)
Initialize DeflateEncoder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJaxbProvider.setConfiguration(Configuration config) |
| Constructor and Description |
|---|
DocumentBuilderFactoryInjectionProvider(Configuration config)
Create new document builder factory provider.
|
MessageBodyFactory(ServiceLocator locator,
Configuration configuration)
Create new message body workers factory.
|
SaxParserFactoryInjectionProvider(Configuration config)
Create new SAX parser factory provider.
|
TransformerFactoryInjectionProvider(Configuration config)
Create new transformer factory provider.
|
XmlInputFactoryInjectionProvider(Configuration config)
Create new XML input factory provider.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommonConfig
Common immutable
Configuration implementation for
server and client. |
class |
ImmutableCommonConfig
Immutable runtime configuration.
|
| Modifier and Type | Method and Description |
|---|---|
CommonConfig |
ImmutableCommonConfig.replaceWith(Configuration config) |
CommonConfig |
CommonConfig.replaceWith(Configuration config) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ServerConfig
TODO: javadoc.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceConfig
The resource configuration for configuring a web application.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceConfig |
ResourceConfig.replaceWith(Configuration config) |
| Constructor and Description |
|---|
HttpMethodOverrideFilter(Configuration rc)
Create a filter that reads the configuration (
ServerProperties.HTTP_METHOD_OVERRIDE)
from the provided ResourceConfig instance. |
UriConnegFilter(Configuration rc)
Create a filter that reads the configuration (media type and language mappings)
from the provided
ResourceConfig instance. |
| Modifier and Type | Method and Description |
|---|---|
ResourceModel |
ModelProcessor.processResourceModel(ResourceModel resourceModel,
Configuration configuration)
Process
resourceModel and return the processed model. |
ResourceModel |
ModelProcessor.processSubResource(ResourceModel subResourceModel,
Configuration configuration)
Process
subResourceModel which was returned a sub resource locator. |
| Constructor and Description |
|---|
WadlApplicationContextImpl(Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
ResourceModel |
WadlModelProcessor.processResourceModel(ResourceModel resourceModel,
Configuration configuration) |
ResourceModel |
OptionsMethodProcessor.processResourceModel(ResourceModel resourceModel,
Configuration configuration) |
ResourceModel |
WadlModelProcessor.processSubResource(ResourceModel resourceModel,
Configuration configuration) |
ResourceModel |
OptionsMethodProcessor.processSubResource(ResourceModel subResourceModel,
Configuration configuration) |
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.