Apache CXF API

Uses of Interface
org.apache.cxf.feature.Feature

Packages that use Feature
org.apache.cxf.databinding.stax   
org.apache.cxf.feature   
org.apache.cxf.transport.common.gzip   
org.apache.cxf.transport.https   
org.apache.cxf.ws.addressing   
 

Uses of Feature in org.apache.cxf.databinding.stax
 

Classes in org.apache.cxf.databinding.stax that implement Feature
 class StaxDataBindingFeature
           
 

Uses of Feature in org.apache.cxf.feature
 

Classes in org.apache.cxf.feature that implement Feature
 class AbstractFeature
          A Feature is something that is able to customize a Server, Client, or Bus, typically adding capabilities.
 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.
 

Constructors in org.apache.cxf.feature with parameters of type Feature
WrappedFeature(Feature f)
           
 

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

Classes in org.apache.cxf.transport.common.gzip that implement Feature
 class GZIPFeature
          This class is used to control GZIP compression of messages.
 

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

Classes in org.apache.cxf.transport.https that implement Feature
 class CertConstraintsFeature
           .*CN=(Bethal|Gordy).* .*O=ApacheTest.* .........
 

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

Classes in org.apache.cxf.ws.addressing that implement Feature
 class WSAddressingFeature
           
 


Apache CXF API

Apache CXF