Uses of Class
org.apache.cxf.feature.AbstractFeature
-
-
Uses of AbstractFeature in org.apache.cxf.databinding.stax
Subclasses of AbstractFeature in org.apache.cxf.databinding.stax Modifier and Type Class Description class
StaxDataBindingFeature
-
Uses of AbstractFeature in org.apache.cxf.feature
Subclasses of AbstractFeature in org.apache.cxf.feature Modifier and Type Class Description class
DelegatingFeature<T extends AbstractPortableFeature>
Enable to convert aAbstractPortableFeature
to aAbstractFeature
.class
FastInfosetFeature
class
LoggingFeature
Deprecated.use the logging module rt/features/logging insteadclass
StaxTransformFeature
class
WrappedFeature
A Feature is something that is able to customize a Server, Client, or Bus, typically adding capabilities. -
Uses of AbstractFeature in org.apache.cxf.feature.transform
Subclasses of AbstractFeature in org.apache.cxf.feature.transform Modifier and Type Class Description class
XSLTFeature
This class defines a feature is used to transform message using XSLT script. -
Uses of AbstractFeature in org.apache.cxf.feature.validation
Subclasses of AbstractFeature in org.apache.cxf.feature.validation Modifier and Type Class Description class
SchemaValidationFeature
A feature to configure schema validation at the operation level, as an alternative to using the @SchemaValidation annotation. -
Uses of AbstractFeature in org.apache.cxf.interceptor.security
Subclasses of AbstractFeature in org.apache.cxf.interceptor.security Modifier and Type Class Description class
JAASAuthenticationFeature
Feature to do JAAS authentication with defaults for karaf integration -
Uses of AbstractFeature in org.apache.cxf.transport.common.gzip
Subclasses of AbstractFeature in org.apache.cxf.transport.common.gzip Modifier and Type Class Description class
GZIPFeature
This class is used to control GZIP compression of messages. -
Uses of AbstractFeature in org.apache.cxf.validation
Subclasses of AbstractFeature in org.apache.cxf.validation Modifier and Type Class Description class
BeanValidationFeature
class
ClientBeanValidationFeature
-
Uses of AbstractFeature in org.apache.cxf.ws.addressing
Subclasses of AbstractFeature in org.apache.cxf.ws.addressing Modifier and Type Class Description class
WSAddressingFeature
-