Uses of Interface
org.glassfish.jersey.Config

Packages that use Config
org.glassfish.jersey.message Common Jersey messaging classes. 
org.glassfish.jersey.message.internal Common Jersey internal messaging classes. 
 

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.
 



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