Package | Description |
---|---|
com.sun.jersey.api.client.config |
Provides support for configuration of a
Client . |
com.sun.jersey.api.core |
Provides support for configuration.
|
com.sun.jersey.api.core.servlet | |
com.sun.jersey.client.apache.config |
Provides support for configuration of a
ApacheHttpClient . |
com.sun.jersey.client.apache4.config |
Provides support for configuration of a
ApacheHttpClient4 . |
com.sun.jersey.core.impl.provider.xml | |
com.sun.jersey.core.provider.jaxb |
Provides support for JAXB-related message body readers and writers.
|
com.sun.jersey.guice | |
com.sun.jersey.json.impl.provider.entity | |
com.sun.jersey.moxy | |
com.sun.jersey.server.impl.application | |
com.sun.jersey.spi.container |
Provides support for containers and the web application that manages
resource classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClientConfig
The client configuration that declares common property names,
features, properties, provider classes and singleton instances that
may be used by a
Client instance. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultClientConfig
A default client configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
ApplicationAdapter
An extension of
DefaultResourceConfig that adapts an instance
of Application . |
class |
ClassNamesResourceConfig
A mutable implementation of
DefaultResourceConfig that explicitly
declares for root resource and provider classes. |
class |
ClasspathResourceConfig
A mutable implementation of
DefaultResourceConfig that dynamically
searches for root resource and provider classes in the files and directories
declared by the property ClasspathResourceConfig.PROPERTY_CLASSPATH . |
class |
DefaultResourceConfig
A mutable implementation of
ResourceConfig that declares
default values for features. |
class |
PackagesResourceConfig
A mutable implementation of
DefaultResourceConfig that dynamically
searches for root resource and provider classes in a given a set of
declared package and in all (if any) sub-packages of those declared packages. |
class |
ResourceConfig
The resource configuration for configuring a web application.
|
class |
ScanningResourceConfig
A resource configuration that performs scanning to find root resource
and provider classes.
|
Modifier and Type | Class and Description |
---|---|
class |
WebAppResourceConfig
A mutable implementation of
DefaultResourceConfig that dynamically
searches for root resource and provider classes in the Web application
resource paths declared by the property
ClasspathResourceConfig.PROPERTY_CLASSPATH . |
Modifier and Type | Interface and Description |
---|---|
interface |
ApacheHttpClientConfig
Configuration options specific to the Client API that utilizes
ApacheHttpClient or ApacheHttpClientHandler . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultApacheHttpClientConfig
A default client configuration for clients that utilizes the
Apache HTTP client to send and receive HTTP request and responses.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ApacheHttpClient4Config
Configuration options specific to the Client API that utilizes
ApacheHttpClient4 or ApacheHttpClient4Handler . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultApacheHttpClient4Config
A default client configuration for clients that utilizes the
Apache HTTP client to send and receive HTTP request and responses.
|
Constructor and Description |
---|
DocumentBuilderFactoryProvider(FeaturesAndProperties fps) |
SAXParserContextProvider(FeaturesAndProperties fps) |
TransformerFactoryProvider(FeaturesAndProperties fps) |
XMLStreamReaderContextProvider(FeaturesAndProperties fps) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractJAXBProvider.setConfiguration(FeaturesAndProperties fp) |
Modifier and Type | Method and Description |
---|---|
FeaturesAndProperties |
JerseyServletModule.featuresAndProperties(WebApplication webApplication) |
Modifier and Type | Method and Description |
---|---|
void |
JSONRootElementProvider.setConfiguration(FeaturesAndProperties fp) |
void |
JSONListElementProvider.setConfiguration(FeaturesAndProperties fp) |
void |
JSONJAXBElementProvider.setConfiguration(FeaturesAndProperties fp) |
void |
JacksonProviderProxy.setFeaturesAndProperties(FeaturesAndProperties fp) |
Constructor and Description |
---|
MoxyContextResolver(FeaturesAndProperties fap) |
MoxyListMessageBodyWorker(MessageBodyWorkers mbw,
FeaturesAndProperties fap) |
MoxyMessageBodyWorker(MessageBodyWorkers mbw,
FeaturesAndProperties fap) |
Modifier and Type | Class and Description |
---|---|
class |
DeferredResourceConfig |
Modifier and Type | Method and Description |
---|---|
FeaturesAndProperties |
WebApplicationImpl.getFeaturesAndProperties() |
Modifier and Type | Method and Description |
---|---|
FeaturesAndProperties |
WebApplication.getFeaturesAndProperties()
Get the features and properties.
|
Copyright © 2013 Oracle Corporation. All rights reserved.