Apache CXF API

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

Packages that use AbstractFeature
org.apache.cxf.binding.coloc.feature   
org.apache.cxf.clustering   
org.apache.cxf.databinding.stax   
org.apache.cxf.feature   
org.apache.cxf.feature.transform   
org.apache.cxf.feature.validation   
org.apache.cxf.javascript   
org.apache.cxf.jaxrs.swagger   
org.apache.cxf.jaxrs.validation   
org.apache.cxf.management.interceptor   
org.apache.cxf.transport.common.gzip   
org.apache.cxf.transport.https   
org.apache.cxf.transport.jms   
org.apache.cxf.validation   
org.apache.cxf.ws.addressing   
org.apache.cxf.ws.policy   
org.apache.cxf.ws.policy.blueprint   
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.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.
 class LoadDistributorFeature
          This feature may be applied to a Client so as to enable load distribution amongst a set of target endpoints or addresses Note that this feature changes the conduit on the fly and thus makes the Client not thread safe.
 

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

Uses of AbstractFeature in org.apache.cxf.feature.transform
 

Subclasses of AbstractFeature in org.apache.cxf.feature.transform
 class XSLTFeature
          This class defines a feature is used to transform message using XSLT script.
 

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

Subclasses of AbstractFeature in org.apache.cxf.feature.validation
 class SchemaValidationFeature
          A feature to configure schema validation at the operation level, as an alternative to using the @SchemaValidation annotation.
 

Uses of AbstractFeature in org.apache.cxf.javascript
 

Subclasses of AbstractFeature in org.apache.cxf.javascript
 class JavascriptOptionsFeature
          This class provides configuration options to the JavaScript client generator.
 

Uses of AbstractFeature in org.apache.cxf.jaxrs.swagger
 

Subclasses of AbstractFeature in org.apache.cxf.jaxrs.swagger
 class SwaggerFeature
           
 

Uses of AbstractFeature in org.apache.cxf.jaxrs.validation
 

Subclasses of AbstractFeature in org.apache.cxf.jaxrs.validation
 class JAXRSBeanValidationFeature
           
 

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.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.transport.jms
 

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

Uses of AbstractFeature in org.apache.cxf.validation
 

Subclasses of AbstractFeature in org.apache.cxf.validation
 class BeanValidationFeature
           
 

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.policy.blueprint
 

Subclasses of AbstractFeature in org.apache.cxf.ws.policy.blueprint
static class PolicyEngineBPDefinitionParser.PolicyEngineConfig
           
 

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

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


Apache CXF API

Apache CXF