Package | Description |
---|---|
com.sun.jersey.api.client |
Provides support for client-side communication with HTTP-based
RESTful Web services.
|
com.sun.jersey.core.provider |
Provides support for provider-related classes.
|
com.sun.jersey.core.provider.jaxb |
Provides support for JAXB-related message body readers and writers.
|
com.sun.jersey.core.spi.factory |
Provides support for factories of particular component types.
|
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 |
Provides support for service providers.
|
com.sun.jersey.spi.container |
Provides support for containers and the web application that manages
resource classes.
|
com.sun.jersey.spi.monitoring | |
com.sun.ws.rs.ext | |
javax.ws.rs.ext |
APIs that provide extensions to the types supported by the JAX-RS API.
|
Class and Description |
---|
Providers
An injectable interface providing runtime lookup of provider instances.
|
RuntimeDelegate.HeaderDelegate
Defines the contract for a delegate that is responsible for
converting between the String form of a HTTP header and
the corresponding JAX-RS type
T . |
Class and Description |
---|
MessageBodyReader
Contract for a provider that supports the conversion of a stream to a
Java type.
|
MessageBodyWriter
Contract for a provider that supports the conversion of a Java type to a
stream.
|
Class and Description |
---|
MessageBodyReader
Contract for a provider that supports the conversion of a stream to a
Java type.
|
MessageBodyWriter
Contract for a provider that supports the conversion of a Java type to a
stream.
|
Providers
An injectable interface providing runtime lookup of provider instances.
|
Class and Description |
---|
ContextResolver
Contract for a provider that supplies context information to resource
classes and other providers.
|
MessageBodyReader
Contract for a provider that supports the conversion of a stream to a
Java type.
|
MessageBodyWriter
Contract for a provider that supports the conversion of a Java type to a
stream.
|
RuntimeDelegate
Implementations of JAX-RS provide a concrete subclass of RuntimeDelegate and
various JAX-RS API methods defer to methods of RuntimeDelegate for their
functionality.
|
RuntimeDelegate.HeaderDelegate
Defines the contract for a delegate that is responsible for
converting between the String form of a HTTP header and
the corresponding JAX-RS type
T . |
Class and Description |
---|
Providers
An injectable interface providing runtime lookup of provider instances.
|
Class and Description |
---|
Providers
An injectable interface providing runtime lookup of provider instances.
|
Class and Description |
---|
MessageBodyReader
Contract for a provider that supports the conversion of a stream to a
Java type.
|
MessageBodyWriter
Contract for a provider that supports the conversion of a Java type to a
stream.
|
RuntimeDelegate.HeaderDelegate
Defines the contract for a delegate that is responsible for
converting between the String form of a HTTP header and
the corresponding JAX-RS type
T . |
Class and Description |
---|
ExceptionMapper
Contract for a provider that maps Java exceptions to
Response . |
Providers
An injectable interface providing runtime lookup of provider instances.
|
Class and Description |
---|
ExceptionMapper
Contract for a provider that maps Java exceptions to
Response . |
Class and Description |
---|
RuntimeDelegate
Implementations of JAX-RS provide a concrete subclass of RuntimeDelegate and
various JAX-RS API methods defer to methods of RuntimeDelegate for their
functionality.
|
Class and Description |
---|
ContextResolver
Contract for a provider that supplies context information to resource
classes and other providers.
|
ExceptionMapper
Contract for a provider that maps Java exceptions to
Response . |
MessageBodyReader
Contract for a provider that supports the conversion of a stream to a
Java type.
|
MessageBodyWriter
Contract for a provider that supports the conversion of a Java type to a
stream.
|
RuntimeDelegate
Implementations of JAX-RS provide a concrete subclass of RuntimeDelegate and
various JAX-RS API methods defer to methods of RuntimeDelegate for their
functionality.
|
RuntimeDelegate.HeaderDelegate
Defines the contract for a delegate that is responsible for
converting between the String form of a HTTP header and
the corresponding JAX-RS type
T . |
Copyright © 2016 Oracle Corporation. All Rights Reserved.