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 TypeMethodDescriptionvoidExtensionManagerBus.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 TypeMethodDescriptionvoidBusDefinitionParser.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 TypeClassDescriptionclassstatic 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 TypeMethodDescriptionvoidEndpointImpl.initializeActiveFeatures(List<? extends Feature> features) voidAbstractEndpointFactory.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 TypeClassDescriptionclassA Feature is something that is able to customize a Server, Client, or Bus, typically adding capabilities.classDelegatingFeature<T extends AbstractPortableFeature>Enable to convert aAbstractPortableFeatureto aAbstractFeature.class<![CDATA[ <jaxws:endpoint ...> <jaxws:features></jaxws:features> </jaxws:endpoint> ]]> static classclassDeprecated.use the logging module rt/features/logging insteadstatic classDeprecated.class<![CDATA[ <jaxws:endpoint ...> <jaxws:features></jaxws:features> </jaxws:endpoint> ]]> static classclassA 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> Tstatic <T> TConvenience 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 TypeClassDescriptionclassThis 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 TypeClassDescriptionclassA 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 TypeClassDescriptionclassFeature 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 TypeClassDescriptionclassThis 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 TypeClassDescriptionclassstatic classclassstatic class -
Uses of Feature in org.apache.cxf.ws.addressing
Classes in org.apache.cxf.ws.addressing that implement Feature