Uses of Interface
javax.ws.rs.ext.Providers

Packages that use Providers
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.core.impl.provider.entity   
com.sun.jersey.core.provider.jaxb Provides support for JAXB-related message body readers and writers. 
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.server.impl.application   
com.sun.jersey.server.impl.ejb   
com.sun.jersey.server.impl.model.parameter.multivalued   
com.sun.jersey.spi.container Provides support for containers and the web application that manages resource classes. 
 

Uses of Providers in com.sun.jersey.api.client
 

Methods in com.sun.jersey.api.client that return Providers
 Providers Client.getProviders()
          Get the Providers utilized by the client.
 

Uses of Providers in com.sun.jersey.atom.abdera
 

Constructors in com.sun.jersey.atom.abdera with parameters of type Providers
ContentHelper(Providers providers)
          Construct a configured instance of this helper.
 

Uses of Providers in com.sun.jersey.core.impl.provider.entity
 

Constructors in com.sun.jersey.core.impl.provider.entity with parameters of type Providers
XMLJAXBElementProvider.App(Injectable<SAXParserFactory> spf, Providers ps)
           
XMLJAXBElementProvider.General(Injectable<SAXParserFactory> spf, Providers ps)
           
XMLJAXBElementProvider.Text(Injectable<SAXParserFactory> spf, Providers ps)
           
XMLJAXBElementProvider(Injectable<SAXParserFactory> spf, Providers ps)
           
XMLJAXBElementProvider(Injectable<SAXParserFactory> spf, Providers ps, MediaType mt)
           
XMLListElementProvider.App(Injectable<XMLInputFactory> xif, Providers ps)
           
XMLListElementProvider.General(Injectable<XMLInputFactory> xif, Providers ps)
           
XMLListElementProvider.Text(Injectable<XMLInputFactory> xif, Providers ps)
           
XMLRootElementProvider.App(Injectable<SAXParserFactory> spf, Providers ps)
           
XMLRootElementProvider.General(Injectable<SAXParserFactory> spf, Providers ps)
           
XMLRootElementProvider.Text(Injectable<SAXParserFactory> spf, Providers ps)
           
XMLRootObjectProvider.App(Injectable<SAXParserFactory> spf, Providers ps)
           
XMLRootObjectProvider.General(Injectable<SAXParserFactory> spf, Providers ps)
           
XMLRootObjectProvider.Text(Injectable<SAXParserFactory> spf, Providers ps)
           
 

Uses of Providers in com.sun.jersey.core.provider.jaxb
 

Constructors in com.sun.jersey.core.provider.jaxb with parameters of type Providers
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)
           
 

Uses of Providers in com.sun.jersey.fastinfoset.impl.provider.entity
 

Constructors in com.sun.jersey.fastinfoset.impl.provider.entity with parameters of type Providers
FastInfosetJAXBElementProvider(Providers ps)
           
FastInfosetListElementProvider(Providers ps)
           
FastInfosetRootElementProvider(Providers ps)
           
 

Uses of Providers in com.sun.jersey.guice
 

Methods in com.sun.jersey.guice that return Providers
 Providers JerseyServletModule.providers(WebApplication webApplication)
           
 

Uses of Providers in com.sun.jersey.json.impl.provider.entity
 

Methods in com.sun.jersey.json.impl.provider.entity with parameters of type Providers
 void JacksonProviderProxy.setProviders(Providers p)
           
 

Constructors in com.sun.jersey.json.impl.provider.entity with parameters of type Providers
JSONJAXBElementProvider.App(Providers ps)
           
JSONJAXBElementProvider.General(Providers ps)
           
JSONListElementProvider.App(Providers ps)
           
JSONListElementProvider.General(Providers ps)
           
JSONRootElementProvider.App(Providers ps)
           
JSONRootElementProvider.General(Providers ps)
           
 

Uses of Providers in com.sun.jersey.multipart
 

Methods in com.sun.jersey.multipart that return Providers
 Providers BodyPart.getProviders()
          Return the configured Providers for this BodyPart.
 

Methods in com.sun.jersey.multipart with parameters of type Providers
 void BodyPart.setProviders(Providers providers)
          Set the configured Providers for this BodyPart.
 

Uses of Providers in com.sun.jersey.multipart.impl
 

Constructors in com.sun.jersey.multipart.impl with parameters of type Providers
MultiPartReaderClientSide(Providers providers, MultiPartConfig config)
          Accept constructor injection of the configuration parameters for this application.
MultiPartReaderServerSide(Providers providers, MultiPartConfig config, CloseableService closeableService)
           
MultiPartWriter(Providers providers)
           
 

Uses of Providers in com.sun.jersey.oauth.client
 

Constructors in com.sun.jersey.oauth.client with parameters of type Providers
OAuthClientFilter(Providers providers, OAuthParameters parameters, OAuthSecrets secrets)
          Constructs a new OAuth client filter with the specified providers.
 

Uses of Providers in com.sun.jersey.server.impl.application
 

Methods in com.sun.jersey.server.impl.application that return Providers
 Providers WebApplicationImpl.getProviders()
           
 

Uses of Providers in com.sun.jersey.server.impl.ejb
 

Constructors in com.sun.jersey.server.impl.ejb with parameters of type Providers
EJBExceptionMapper(Providers providers)
           
 

Uses of Providers in com.sun.jersey.server.impl.model.parameter.multivalued
 

Constructors in com.sun.jersey.server.impl.model.parameter.multivalued with parameters of type Providers
JAXBStringReaderProviders.RootElementProvider(Injectable<SAXParserFactory> spf, Providers ps)
           
JAXBStringReaderProviders(Providers ps)
           
 

Uses of Providers in com.sun.jersey.spi.container
 

Methods in com.sun.jersey.spi.container that return Providers
 Providers WebApplication.getProviders()
          Get the providers.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.