Uses of Interface
javax.ws.rs.core.Feature

Packages that use Feature
javax.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. 
org.glassfish.jersey.client Jersey client-side classes. 
org.glassfish.jersey.client.filter Provides core client filters. 
 

Uses of Feature in javax.ws.rs.core
 

Methods in javax.ws.rs.core that return types with arguments of type Feature
 java.util.Collection<Feature> Configurable.getFeatures()
          Get the immutable set of configured features.
 

Uses of Feature in org.glassfish.jersey.client
 

Classes in org.glassfish.jersey.client that implement Feature
 class CustomProvidersFeature
          Feature to provide the single-line registration of custom providers.
 

Methods in org.glassfish.jersey.client that return types with arguments of type Feature
 java.util.Set<Feature> ClientConfig.getFeatures()
           
 

Method parameters in org.glassfish.jersey.client with type arguments of type Feature
 boolean ClientConfig.isEnabled(java.lang.Class<? extends Feature> feature)
          Check if the given feature is enabled or not.
 

Uses of Feature in org.glassfish.jersey.client.filter
 

Classes in org.glassfish.jersey.client.filter that implement Feature
 class EncodingFeature
          Feature that configures support for content encodings on the client side.
 



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