Uses of Interface
org.glassfish.jersey.Config

Packages that use Config
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.server Jersey server-side classes. 
 

Uses of Config in org.glassfish.jersey.client
 

Classes in org.glassfish.jersey.client that implement Config
 class ClientConfig
          Jersey implementation of JAX-RS client configuration contract.
 

Uses of Config in org.glassfish.jersey.message
 

Constructors in org.glassfish.jersey.message with parameters of type Config
DeflateEncoder(Config config)
          Initialize DeflateEncoder.
 

Uses of Config in org.glassfish.jersey.message.internal
 

Methods in org.glassfish.jersey.message.internal with parameters of type Config
 void AbstractJaxbProvider.setConfiguration(Config config)
           
 

Constructors in org.glassfish.jersey.message.internal with parameters of type Config
DocumentBuilderFactoryInjectionProvider(Config config)
          Create new document builder factory provider.
MessageBodyFactory(ServiceLocator locator, Config config)
          Create new message body workers factory.
SaxParserFactoryInjectionProvider(Config config)
          Create new SAX parser factory provider.
TransformerFactoryInjectionProvider(Config config)
          Create new transformer factory provider.
XmlInputFactoryInjectionProvider(Config config)
          Create new XML input factory provider.
 

Uses of Config in org.glassfish.jersey.server
 

Classes in org.glassfish.jersey.server that implement Config
 class ResourceConfig
          The resource configuration for configuring a web application.
 



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.