Apache CXF API

Uses of Interface
org.apache.cxf.feature.Feature

Packages that use Feature
org.apache.cxf Contains the Bus, which is the central touch point of CXF, and its related classes. 
org.apache.cxf.endpoint Client and Server related classes. 
org.apache.cxf.feature   
org.apache.cxf.feature.validation   
org.apache.cxf.interceptor Core interceptor interfaces which form the basis for message processing chains in CXF. 
org.apache.cxf.ws.addressing   
 

Uses of Feature in org.apache.cxf
 

Methods in org.apache.cxf that return types with arguments of type Feature
 Collection<Feature> Bus.getFeatures()
           
 

Method parameters in org.apache.cxf with type arguments of type Feature
 void Bus.setFeatures(Collection<? extends Feature> features)
           
 

Uses of Feature in org.apache.cxf.endpoint
 

Fields in org.apache.cxf.endpoint with type parameters of type Feature
protected  List<Feature> AbstractEndpointFactory.features
           
 

Methods in org.apache.cxf.endpoint that return types with arguments of type Feature
 List<Feature> Endpoint.getActiveFeatures()
           
 List<Feature> EndpointImpl.getActiveFeatures()
           
 List<Feature> AbstractEndpointFactory.getFeatures()
           
 

Method parameters in org.apache.cxf.endpoint with type arguments of type Feature
 void EndpointImpl.initializeActiveFeatures(List<? extends Feature> features)
           
 void AbstractEndpointFactory.setFeatures(List<? extends Feature> features2)
           
 

Uses of Feature in org.apache.cxf.feature
 

Classes in org.apache.cxf.feature that implement Feature
 class AbstractFeature
          A Feature is something that is able to customize a Server, Client, or Bus, typically adding capabilities.
 class FastInfosetFeature
           ]]>
 class LoggingFeature
          This class is used to control message-on-the-wire logging.
 class StaxTransformFeature
           ]]>
 class WrappedFeature
          A Feature is something that is able to customize a Server, Client, or Bus, typically adding capabilities.
 

Method parameters in org.apache.cxf.feature with type arguments of type Feature
static
<T> T
AbstractFeature.getActive(List<? extends Feature> features, Class<T> type)
          Convenience method to extract a feature by type from an active list.
 

Constructors in org.apache.cxf.feature with parameters of type Feature
WrappedFeature(Feature f)
           
 

Uses of Feature in org.apache.cxf.feature.validation
 

Classes in org.apache.cxf.feature.validation that implement Feature
 class SchemaValidationFeature
          A feature to configure schema validation at the operation level, as an alternative to using the @SchemaValidation annotation.
 

Uses of Feature in org.apache.cxf.interceptor
 

Methods in org.apache.cxf.interceptor that return types with arguments of type Feature
 List<Feature> AnnotationInterceptors.getFeatures()
           
 

Uses of Feature in org.apache.cxf.ws.addressing
 

Classes in org.apache.cxf.ws.addressing that implement Feature
 class WSAddressingFeature
           
 


Apache CXF API

Apache CXF