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.bus   
org.apache.cxf.bus.spring   
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.jaxrs.client   
org.apache.cxf.service.factory   
org.apache.cxf.transport.common.gzip   
org.apache.cxf.transport.https   
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.bus
 

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

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

Uses of AbstractFeature in org.apache.cxf.bus.spring
 

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

Method parameters in org.apache.cxf.bus.spring with type arguments of type AbstractFeature
 void BusDefinitionParser.BusConfig.setFeatures(Collection<AbstractFeature> features)
           
 

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  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.jaxrs.client
 

Method parameters in org.apache.cxf.jaxrs.client with type arguments of type AbstractFeature
static
<T> T
JAXRSClientFactory.create(String baseAddress, Class<T> cls, List<?> providers, List<AbstractFeature> features, String configLocation)
          Creates a proxy
static WebClient WebClient.create(String baseAddress, List<?> providers, List<AbstractFeature> features, String configLocation)
          Creates WebClient with a list of custom features
 

Uses of AbstractFeature in org.apache.cxf.service.factory
 

Methods in org.apache.cxf.service.factory that return types with arguments of type AbstractFeature
 List<AbstractFeature> ReflectionServiceFactoryBean.getFeatures()
           
 

Method parameters in org.apache.cxf.service.factory with type arguments of type AbstractFeature
 void ReflectionServiceFactoryBean.setFeatures(List<AbstractFeature> f)
           
 

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

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

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

Subclasses of AbstractFeature in org.apache.cxf.transport.https
 class CertConstraintsFeature
           .*CN=(Bethal|Gordy).* .*O=ApacheTest.* .........
 

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