Package | Description |
---|---|
org.apache.cxf |
Contains the Bus, which is the central touch point of CXF, and its related classes.
|
org.apache.cxf.endpoint |
Client and Server related classes.
|
org.apache.cxf.feature | |
org.apache.cxf.interceptor |
Core interceptor interfaces which form the basis for message processing chains
in CXF.
|
org.apache.cxf.ws.addressing |
Modifier and Type | Method and Description |
---|---|
Collection<AbstractFeature> |
Bus.getFeatures() |
Modifier and Type | Field and Description |
---|---|
protected List<AbstractFeature> |
AbstractEndpointFactory.features |
Modifier and Type | Method and Description |
---|---|
List<AbstractFeature> |
EndpointImpl.getActiveFeatures() |
List<AbstractFeature> |
Endpoint.getActiveFeatures() |
List<AbstractFeature> |
AbstractEndpointFactory.getFeatures() |
Modifier and Type | Method and Description |
---|---|
void |
EndpointImpl.initializeActiveFeatures(List<AbstractFeature> features) |
void |
AbstractEndpointFactory.setFeatures(List<AbstractFeature> features) |
Modifier and Type | Class and Description |
---|---|
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<AbstractFeature> features,
Class<T> type)
Convenience method to extract a feature by type from an active list.
|
Modifier and Type | Method and Description |
---|---|
List<AbstractFeature> |
AnnotationInterceptors.getFeatures() |
Modifier and Type | Class and Description |
---|---|
class |
WSAddressingFeature |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.