Apache CXF API

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

Packages that use AbstractFeature
org.apache.cxf.databinding.stax   
org.apache.cxf.feature   
org.apache.cxf.feature.transform   
org.apache.cxf.feature.validation   
org.apache.cxf.interceptor.security   
org.apache.cxf.transport.common.gzip   
org.apache.cxf.validation   
org.apache.cxf.ws.addressing   
 

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

Subclasses of AbstractFeature in org.apache.cxf.interceptor.security
 class JAASAuthenticationFeature
          Feature to do JAAS authentication with defaults for karaf integration
 

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


Apache CXF API

Apache CXF