Uses of Interface
com.sun.jersey.core.util.FeaturesAndProperties

Packages that use FeaturesAndProperties
com.sun.jersey.api.client.config Provides support for configuration of a Client
com.sun.jersey.core.impl.provider.xml   
com.sun.jersey.core.provider.jaxb Provides support for JAXB-related message body readers and writers. 
com.sun.jersey.json.impl.provider.entity   
 

Uses of FeaturesAndProperties in com.sun.jersey.api.client.config
 

Subinterfaces of FeaturesAndProperties in com.sun.jersey.api.client.config
 interface ClientConfig
          The client configuration that declares common property names, features, properties, provider classes and singleton instances that may be used by a Client instance.
 

Classes in com.sun.jersey.api.client.config that implement FeaturesAndProperties
 class DefaultClientConfig
          A default client configuration.
 

Uses of FeaturesAndProperties in com.sun.jersey.core.impl.provider.xml
 

Constructors in com.sun.jersey.core.impl.provider.xml with parameters of type FeaturesAndProperties
DocumentBuilderFactoryProvider(FeaturesAndProperties fps)
           
SAXParserContextProvider(FeaturesAndProperties fps)
           
TransformerFactoryProvider(FeaturesAndProperties fps)
           
XMLStreamReaderContextProvider(FeaturesAndProperties fps)
           
 

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

Methods in com.sun.jersey.core.provider.jaxb with parameters of type FeaturesAndProperties
 void AbstractJAXBProvider.setConfiguration(FeaturesAndProperties fp)
           
 

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

Methods in com.sun.jersey.json.impl.provider.entity with parameters of type FeaturesAndProperties
 void JSONListElementProvider.setConfiguration(FeaturesAndProperties fp)
           
 void JSONRootElementProvider.setConfiguration(FeaturesAndProperties fp)
           
 void JSONJAXBElementProvider.setConfiguration(FeaturesAndProperties fp)
           
 void JacksonProviderProxy.setFeaturesAndProperties(FeaturesAndProperties fp)
           
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.