Apache CXF API

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

Packages that use AbstractFeature
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.interceptor Core interceptor interfaces which form the basis for message processing chains in CXF. 
org.apache.cxf.ws.addressing   
 

Uses of AbstractFeature in org.apache.cxf
 

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

Uses of AbstractFeature in org.apache.cxf.endpoint
 

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

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

Method parameters in org.apache.cxf.endpoint with type arguments of type AbstractFeature
 void EndpointImpl.initializeActiveFeatures(List<AbstractFeature> features)
           
 void AbstractEndpointFactory.setFeatures(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.
 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 AbstractFeature
static
<T> T
AbstractFeature.getActive(List<AbstractFeature> features, 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
 List<AbstractFeature> AnnotationInterceptors.getFeatures()
           
 

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

Subclasses of AbstractFeature in org.apache.cxf.ws.addressing
 class WSAddressingFeature
           
 


Apache CXF API

Apache CXF