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

Packages that use AbstractFeature
org.apache.cxf.binding.coloc.feature   
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.frontend   
org.apache.cxf.interceptor Core interceptor interfaces which form the basis for message processing chains in CXF. 
org.apache.cxf.jaxws   
org.apache.cxf.management.interceptor   
org.apache.cxf.transport.jms   
org.apache.cxf.ws.addressing   
org.apache.cxf.ws.policy   
org.apache.cxf.ws.rm   
org.apache.cxf.ws.rm.feature   
 

Uses of AbstractFeature in org.apache.cxf.binding.coloc.feature
 

Subclasses of AbstractFeature in org.apache.cxf.binding.coloc.feature
 class ColocFeature
           
 

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 LoggingFeature
           
 

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.frontend
 

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

Method parameters in org.apache.cxf.frontend with type arguments of type AbstractFeature
 void ClientProxyFactoryBean.setFeatures(java.util.List<AbstractFeature> features)
           
 

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.jaxws
 

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

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

Uses of AbstractFeature in org.apache.cxf.management.interceptor
 

Subclasses of AbstractFeature in org.apache.cxf.management.interceptor
 class ResponseTimeFeature
           
 

Uses of AbstractFeature in org.apache.cxf.transport.jms
 

Subclasses of AbstractFeature in org.apache.cxf.transport.jms
 class JMSConfigFeature
          Allows to configure the JMSConfiguration directly at the Client or Server.
 

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

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

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

Subclasses of AbstractFeature in org.apache.cxf.ws.policy
 class WSPolicyFeature
          Configures a Server, Client, Bus with the specified policies.
 

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

Methods in org.apache.cxf.ws.rm that return types with arguments of type AbstractFeature
 java.util.List<AbstractFeature> WrappedEndpoint.getActiveFeatures()
           
 

Uses of AbstractFeature in org.apache.cxf.ws.rm.feature
 

Subclasses of AbstractFeature in org.apache.cxf.ws.rm.feature
 class RMFeature
           
 



Apache CXF