Uses of Interface
org.apache.cxf.feature.AbstractPortableFeature
-
-
Uses of AbstractPortableFeature in org.apache.cxf.databinding.stax
Classes in org.apache.cxf.databinding.stax that implement AbstractPortableFeature Modifier and Type Class Description class
StaxDataBindingFeature
static class
StaxDataBindingFeature.Portable
-
Uses of AbstractPortableFeature in org.apache.cxf.feature
Classes in org.apache.cxf.feature with type parameters of type AbstractPortableFeature Modifier and Type Class Description class
DelegatingFeature<T extends AbstractPortableFeature>
Enable to convert aAbstractPortableFeature
to aAbstractFeature
.Classes in org.apache.cxf.feature that implement AbstractPortableFeature Modifier and Type Class Description class
AbstractFeature
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
FastInfosetFeature
static class
FastInfosetFeature.Portable
class
LoggingFeature
Deprecated.use the logging module rt/features/logging insteadstatic class
LoggingFeature.Portable
Deprecated.class
StaxTransformFeature
static class
StaxTransformFeature.Portable
class
WrappedFeature
A Feature is something that is able to customize a Server, Client, or Bus, typically adding capabilities.Fields in org.apache.cxf.feature declared as AbstractPortableFeature Modifier and Type Field Description protected T
DelegatingFeature. delegate
-
Uses of AbstractPortableFeature in org.apache.cxf.feature.transform
Classes in org.apache.cxf.feature.transform that implement AbstractPortableFeature Modifier and Type Class Description class
XSLTFeature
This class defines a feature is used to transform message using XSLT script.static class
XSLTFeature.Portable
-
Uses of AbstractPortableFeature in org.apache.cxf.feature.validation
Classes in org.apache.cxf.feature.validation that implement AbstractPortableFeature 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.static class
SchemaValidationFeature.Portable
-
Uses of AbstractPortableFeature in org.apache.cxf.interceptor.security
Classes in org.apache.cxf.interceptor.security that implement AbstractPortableFeature Modifier and Type Class Description class
JAASAuthenticationFeature
Feature to do JAAS authentication with defaults for karaf integrationstatic class
JAASAuthenticationFeature.Portable
-
Uses of AbstractPortableFeature in org.apache.cxf.transport.common.gzip
Classes in org.apache.cxf.transport.common.gzip that implement AbstractPortableFeature Modifier and Type Class Description class
GZIPFeature
This class is used to control GZIP compression of messages.static class
GZIPFeature.Portable
-
Uses of AbstractPortableFeature in org.apache.cxf.validation
Classes in org.apache.cxf.validation that implement AbstractPortableFeature Modifier and Type Class Description class
BeanValidationFeature
static class
BeanValidationFeature.Portable
class
ClientBeanValidationFeature
static class
ClientBeanValidationFeature.Portable
-
Uses of AbstractPortableFeature in org.apache.cxf.ws.addressing
Classes in org.apache.cxf.ws.addressing that implement AbstractPortableFeature Modifier and Type Class Description class
WSAddressingFeature
-