Uses of Package
javax.ws.rs.ext

Packages that use javax.ws.rs.ext
com.restfully.shop.services   
com.sun.jersey.api.client Provides support for client-side communication with HTTP-based RESTful Web services. 
com.sun.jersey.atom.abdera   
com.sun.jersey.atom.abdera.impl.provider.entity JAX-RS AtomPub Provider Classes 
com.sun.jersey.atom.rome.impl.provider.entity   
com.sun.jersey.core.impl.provider.entity   
com.sun.jersey.core.impl.provider.header   
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.fastinfoset.impl.provider.entity   
com.sun.jersey.guice   
com.sun.jersey.json.impl.provider.entity   
com.sun.jersey.multipart JAX-RS Integration with MIME MultiPart Message Formats 
com.sun.jersey.multipart.impl   
com.sun.jersey.oauth.client   
com.sun.jersey.oauth.server   
com.sun.jersey.server.impl.application   
com.sun.jersey.server.impl.ejb   
com.sun.jersey.server.impl.model.parameter.multivalued   
com.sun.jersey.server.impl.provider   
com.sun.jersey.server.impl.template   
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. 
javax.ws.rs.ext APIs that provide extensions to the types supported by the JAX-RS API. 
 

Classes in javax.ws.rs.ext used by com.restfully.shop.services
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.
Provider
          Marks an implementation of an extension interface.
 

Classes in javax.ws.rs.ext used by com.sun.jersey.api.client
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.
 

Classes in javax.ws.rs.ext used by com.sun.jersey.atom.abdera
Providers
          An injectable interface providing runtime lookup of provider instances.
 

Classes in javax.ws.rs.ext used by com.sun.jersey.atom.abdera.impl.provider.entity
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.
 

Classes in javax.ws.rs.ext used by com.sun.jersey.atom.rome.impl.provider.entity
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.
 

Classes in javax.ws.rs.ext used by com.sun.jersey.core.impl.provider.entity
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.
 

Classes in javax.ws.rs.ext used by com.sun.jersey.core.impl.provider.header
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.
 

Classes in javax.ws.rs.ext used by com.sun.jersey.core.provider
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.
 

Classes in javax.ws.rs.ext used by com.sun.jersey.core.provider.jaxb
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.
 

Classes in javax.ws.rs.ext used by com.sun.jersey.core.spi.factory
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.
 

Classes in javax.ws.rs.ext used by com.sun.jersey.fastinfoset.impl.provider.entity
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.
 

Classes in javax.ws.rs.ext used by com.sun.jersey.guice
Providers
          An injectable interface providing runtime lookup of provider instances.
 

Classes in javax.ws.rs.ext used by com.sun.jersey.json.impl.provider.entity
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.
 

Classes in javax.ws.rs.ext used by com.sun.jersey.multipart
Providers
          An injectable interface providing runtime lookup of provider instances.
 

Classes in javax.ws.rs.ext used by com.sun.jersey.multipart.impl
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.
 

Classes in javax.ws.rs.ext used by com.sun.jersey.oauth.client
Providers
          An injectable interface providing runtime lookup of provider instances.
 

Classes in javax.ws.rs.ext used by com.sun.jersey.oauth.server
Provider
          Marks an implementation of an extension interface.
 

Classes in javax.ws.rs.ext used by com.sun.jersey.server.impl.application
ExceptionMapper
          Contract for a provider that maps Java exceptions to Response.
Providers
          An injectable interface providing runtime lookup of provider instances.
 

Classes in javax.ws.rs.ext used by com.sun.jersey.server.impl.ejb
ExceptionMapper
          Contract for a provider that maps Java exceptions to Response.
Providers
          An injectable interface providing runtime lookup of provider instances.
 

Classes in javax.ws.rs.ext used by com.sun.jersey.server.impl.model.parameter.multivalued
Providers
          An injectable interface providing runtime lookup of provider instances.
 

Classes in javax.ws.rs.ext used by com.sun.jersey.server.impl.provider
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.
 

Classes in javax.ws.rs.ext used by com.sun.jersey.server.impl.template
MessageBodyWriter
          Contract for a provider that supports the conversion of a Java type to a stream.
 

Classes in javax.ws.rs.ext used by com.sun.jersey.spi
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.
 

Classes in javax.ws.rs.ext used by com.sun.jersey.spi.container
ExceptionMapper
          Contract for a provider that maps Java exceptions to Response.
Providers
          An injectable interface providing runtime lookup of provider instances.
 

Classes in javax.ws.rs.ext used by javax.ws.rs.ext
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 © 2013 Oracle Corporation. All Rights Reserved.