Apache CXF API

Uses of Class
org.apache.cxf.feature.AbstractFeature

Packages that use AbstractFeature
org.apache.cxf.bus   
org.apache.cxf.clustering   
org.apache.cxf.databinding.stax   
org.apache.cxf.endpoint Client and Server related classes. 
org.apache.cxf.feature   
org.apache.cxf.interceptor Core interceptor interfaces which form the basis for message processing chains in CXF. 
org.apache.cxf.transport.http.gzip   
 

Uses of AbstractFeature in org.apache.cxf.bus
 

Methods in org.apache.cxf.bus that return types with arguments of type AbstractFeature
 java.util.Collection<AbstractFeature> CXFBusImpl.getFeatures()
           
 

Method parameters in org.apache.cxf.bus with type arguments of type AbstractFeature
 void CXFBusImpl.setFeatures(java.util.Collection<AbstractFeature> features)
           
 

Uses of AbstractFeature in org.apache.cxf.clustering
 

Subclasses of AbstractFeature in org.apache.cxf.clustering
 class FailoverFeature
          This feature may be applied to a Client so as to enable failover from the initial target endpoint to any other compatible endpoint for the target service.
 

Uses of AbstractFeature in org.apache.cxf.databinding.stax
 

Subclasses of AbstractFeature in org.apache.cxf.databinding.stax
 class StaxDataBindingFeature
           
 

Uses of AbstractFeature in org.apache.cxf.endpoint
 

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

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

Method parameters in org.apache.cxf.endpoint with type arguments of type AbstractFeature
 void EndpointImpl.initializeActiveFeatures(java.util.List<AbstractFeature> features)
           
 void AbstractEndpointFactory.setFeatures(java.util.List<AbstractFeature> features)
           
 

Uses of AbstractFeature in org.apache.cxf.feature
 

Subclasses of AbstractFeature in org.apache.cxf.feature
 class FastInfosetFeature
           ]]>
 class LoggingFeature
          This class is used to control message-on-the-wire logging.
 

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

Uses of AbstractFeature in org.apache.cxf.interceptor
 

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

Uses of AbstractFeature in org.apache.cxf.transport.http.gzip
 

Subclasses of AbstractFeature in org.apache.cxf.transport.http.gzip
 class GZIPFeature
          This class is used to control GZIP compression of messages.
 


Apache CXF API

Apache CXF