Uses of Interface
org.apache.cxf.feature.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
-
Uses of Feature in org.apache.cxf.bus.extension
Modifier and TypeMethodDescriptionvoid
ExtensionManagerBus.setFeatures
(Collection<? extends Feature> features) -
Uses of Feature in org.apache.cxf.bus.spring
Modifier and TypeMethodDescriptionvoid
BusDefinitionParser.BusConfig.setFeatures
(Collection<? extends Feature> features) -
Uses of Feature in org.apache.cxf.databinding.stax
Modifier and TypeClassDescriptionclass
static class
-
Uses of Feature in org.apache.cxf.endpoint
Modifier and TypeMethodDescriptionEndpoint.getActiveFeatures()
EndpointImpl.getActiveFeatures()
AbstractEndpointFactory.getFeatures()
Modifier and TypeMethodDescriptionvoid
EndpointImpl.initializeActiveFeatures
(List<? extends Feature> features) void
AbstractEndpointFactory.setFeatures
(List<? extends Feature> features2) -
Uses of Feature in org.apache.cxf.feature
Modifier 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.Modifier and TypeMethodDescriptionstatic <T> T
static <T> T
Convenience method to extract a feature by type from an active list. -
Uses of Feature in org.apache.cxf.feature.transform
Modifier 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
Modifier 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
-
Uses of Feature in org.apache.cxf.interceptor.security
Modifier and TypeClassDescriptionclass
Feature to do JAAS authentication with defaults for karaf integrationstatic class
-
Uses of Feature in org.apache.cxf.transport.common.gzip
Modifier and TypeClassDescriptionclass
This class is used to control GZIP compression of messages.static class
-
Uses of Feature in org.apache.cxf.validation
Modifier and TypeClassDescriptionclass
static class
class
static class
-
Uses of Feature in org.apache.cxf.ws.addressing