Uses of Interface
org.apache.cxf.feature.Feature
Packages that use Feature
Package
Description
Contains the Bus, which is the central touch point of CXF, and its related classes.
Client and Server related classes.
Core interceptor interfaces which form the basis for message processing chains
in CXF.
-
Uses of Feature in org.apache.cxf
Methods in org.apache.cxf that return types with arguments of type FeatureMethod parameters in org.apache.cxf with type arguments of type Feature -
Uses of Feature in org.apache.cxf.bus.extension
Methods in org.apache.cxf.bus.extension that return types with arguments of type FeatureMethod parameters in org.apache.cxf.bus.extension with type arguments of type FeatureModifier and TypeMethodDescriptionvoid
ExtensionManagerBus.setFeatures
(Collection<? extends Feature> features) -
Uses of Feature in org.apache.cxf.bus.spring
Methods in org.apache.cxf.bus.spring that return types with arguments of type FeatureMethod parameters in org.apache.cxf.bus.spring with type arguments of type FeatureModifier and TypeMethodDescriptionvoid
BusDefinitionParser.BusConfig.setFeatures
(Collection<? extends Feature> features) -
Uses of Feature in org.apache.cxf.databinding.stax
Classes in org.apache.cxf.databinding.stax that implement FeatureModifier and TypeClassDescriptionclass
static class
-
Uses of Feature in org.apache.cxf.endpoint
Fields in org.apache.cxf.endpoint with type parameters of type FeatureMethods in org.apache.cxf.endpoint that return types with arguments of type FeatureModifier and TypeMethodDescriptionEndpoint.getActiveFeatures()
EndpointImpl.getActiveFeatures()
AbstractEndpointFactory.getFeatures()
Method parameters in org.apache.cxf.endpoint with type arguments of type FeatureModifier and TypeMethodDescriptionvoid
EndpointImpl.initializeActiveFeatures
(List<? extends Feature> features) void
AbstractEndpointFactory.setFeatures
(List<? extends Feature> features2) -
Uses of Feature in org.apache.cxf.feature
Subinterfaces of Feature in org.apache.cxf.featureClasses in org.apache.cxf.feature that implement FeatureModifier and TypeClassDescriptionclass
A Feature is something that is able to customize a Server, Client, or Bus, typically adding capabilities.class
DelegatingFeature<T extends AbstractPortableFeature>
Enable to convert aAbstractPortableFeature
to aAbstractFeature
.class
<![CDATA[ <jaxws:endpoint ...> <jaxws:features></jaxws:features> </jaxws:endpoint> ]]> static class
class
Deprecated.use the logging module rt/features/logging insteadstatic class
Deprecated.class
<![CDATA[ <jaxws:endpoint ...> <jaxws:features></jaxws:features> </jaxws:endpoint> ]]> static class
class
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 FeatureModifier and TypeMethodDescriptionstatic <T> T
static <T> T
Convenience method to extract a feature by type from an active list.Constructors in org.apache.cxf.feature with parameters of type Feature -
Uses of Feature in org.apache.cxf.feature.transform
Classes in org.apache.cxf.feature.transform that implement FeatureModifier and TypeClassDescriptionclass
This class defines a feature is used to transform message using XSLT script.static class
-
Uses of Feature in org.apache.cxf.feature.validation
Classes in org.apache.cxf.feature.validation that implement FeatureModifier and TypeClassDescriptionclass
A feature to configure schema validation at the operation level, as an alternative to using the @SchemaValidation annotation.static class
-
Uses of Feature in org.apache.cxf.interceptor
Methods in org.apache.cxf.interceptor that return types with arguments of type Feature -
Uses of Feature in org.apache.cxf.interceptor.security
Classes in org.apache.cxf.interceptor.security that implement FeatureModifier and TypeClassDescriptionclass
Feature to do JAAS authentication with defaults for karaf integrationstatic class
-
Uses of Feature in org.apache.cxf.transport.common.gzip
Classes in org.apache.cxf.transport.common.gzip that implement FeatureModifier and TypeClassDescriptionclass
This class is used to control GZIP compression of messages.static class
-
Uses of Feature in org.apache.cxf.validation
Classes in org.apache.cxf.validation that implement FeatureModifier and TypeClassDescriptionclass
static class
class
static class
-
Uses of Feature in org.apache.cxf.ws.addressing
Classes in org.apache.cxf.ws.addressing that implement Feature