Apache CXF API

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

Packages that use Feature
org.apache.cxf.binding.coloc.feature   
org.apache.cxf.clustering   
org.apache.cxf.databinding.stax   
org.apache.cxf.feature   
org.apache.cxf.javascript   
org.apache.cxf.management.interceptor   
org.apache.cxf.transport.common.gzip   
org.apache.cxf.transport.https   
org.apache.cxf.transport.jms   
org.apache.cxf.ws.addressing   
org.apache.cxf.ws.policy   
org.apache.cxf.ws.policy.blueprint   
org.apache.cxf.ws.rm.feature   
 

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

Classes in org.apache.cxf.binding.coloc.feature that implement Feature
 class ColocFeature
           
 

Uses of Feature in org.apache.cxf.clustering
 

Classes in org.apache.cxf.clustering that implement Feature
 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 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.javascript
 

Classes in org.apache.cxf.javascript that implement Feature
 class JavascriptOptionsFeature
          This class provides configuration options to the JavaScript client generator.
 

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

Classes in org.apache.cxf.management.interceptor that implement Feature
 class ResponseTimeFeature
           
 

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

Classes in org.apache.cxf.transport.jms that implement Feature
 class JMSConfigFeature
          Allows to configure the JMSConfiguration directly at the Client or Server.
 

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

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

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

Classes in org.apache.cxf.ws.policy that implement Feature
 class WSPolicyFeature
          Configures a Server, Client, Bus with the specified policies.
 

Uses of Feature in org.apache.cxf.ws.policy.blueprint
 

Classes in org.apache.cxf.ws.policy.blueprint that implement Feature
static class PolicyEngineBPDefinitionParser.PolicyEngineConfig
           
 

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

Classes in org.apache.cxf.ws.rm.feature that implement Feature
 class RMFeature
           
 


Apache CXF API

Apache CXF