Package | Description |
---|---|
org.apache.cxf |
Contains the Bus, which is the central touch point of CXF, and its related classes.
|
org.apache.cxf.bus.extension | |
org.apache.cxf.bus.spring | |
org.apache.cxf.databinding.stax | |
org.apache.cxf.endpoint |
Client and Server related classes.
|
org.apache.cxf.feature | |
org.apache.cxf.feature.transform | |
org.apache.cxf.feature.validation | |
org.apache.cxf.interceptor |
Core interceptor interfaces which form the basis for message processing chains
in CXF.
|
org.apache.cxf.interceptor.security | |
org.apache.cxf.transport.common.gzip | |
org.apache.cxf.validation | |
org.apache.cxf.ws.addressing | |
org.apache.cxf.ws.security.trust |
Modifier and Type | Method and Description |
---|---|
Collection<Feature> |
Bus.getFeatures() |
Modifier and Type | Method and Description |
---|---|
void |
Bus.setFeatures(Collection<? extends Feature> features) |
Modifier and Type | Method and Description |
---|---|
Collection<Feature> |
ExtensionManagerBus.getFeatures() |
Modifier and Type | Method and Description |
---|---|
void |
ExtensionManagerBus.setFeatures(Collection<? extends Feature> features) |
Modifier and Type | Method and Description |
---|---|
Collection<Feature> |
BusDefinitionParser.BusConfig.getFeatures() |
Modifier and Type | Method and Description |
---|---|
void |
BusDefinitionParser.BusConfig.setFeatures(Collection<? extends Feature> features) |
Modifier and Type | Class and Description |
---|---|
class |
StaxDataBindingFeature |
Modifier and Type | Field and Description |
---|---|
protected List<Feature> |
AbstractEndpointFactory.features |
Modifier and Type | Method and Description |
---|---|
List<Feature> |
EndpointImpl.getActiveFeatures() |
List<Feature> |
Endpoint.getActiveFeatures() |
List<Feature> |
AbstractEndpointFactory.getFeatures() |
Modifier and Type | Method and Description |
---|---|
void |
EndpointImpl.initializeActiveFeatures(List<? extends Feature> features) |
void |
AbstractEndpointFactory.setFeatures(List<? extends Feature> features2) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFeature
A Feature is something that is able to customize a Server, Client, or Bus, typically
adding capabilities.
|
class |
FastInfosetFeature
|
class |
LoggingFeature
This class is used to control message-on-the-wire logging.
|
class |
StaxTransformFeature
|
class |
WrappedFeature
A Feature is something that is able to customize a Server, Client, or Bus, typically
adding capabilities.
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
AbstractFeature.getActive(List<? extends Feature> features,
Class<T> type)
Convenience method to extract a feature by type from an active list.
|
Constructor and Description |
---|
WrappedFeature(Feature f) |
Modifier and Type | Class and Description |
---|---|
class |
XSLTFeature
This class defines a feature is used to transform message using XSLT script.
|
Modifier and Type | Class and Description |
---|---|
class |
SchemaValidationFeature
A feature to configure schema validation at the operation level, as an alternative to
using the @SchemaValidation annotation.
|
Modifier and Type | Method and Description |
---|---|
List<Feature> |
AnnotationInterceptors.getFeatures() |
Modifier and Type | Class and Description |
---|---|
class |
JAASAuthenticationFeature
Feature to do JAAS authentication with defaults for karaf integration
|
Modifier and Type | Class and Description |
---|---|
class |
GZIPFeature
This class is used to control GZIP compression of messages.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanValidationFeature |
class |
ClientBeanValidationFeature |
Modifier and Type | Class and Description |
---|---|
class |
WSAddressingFeature |
Modifier and Type | Field and Description |
---|---|
protected List<Feature> |
AbstractSTSClient.features |
Modifier and Type | Method and Description |
---|---|
List<Feature> |
AbstractSTSClient.getFeatures() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSTSClient.setFeatures(List<? extends Feature> f) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.