Package | Description |
---|---|
org.apache.cxf |
Contains the Bus, which is the central touch point of CXF, and its related classes.
|
org.apache.cxf.binding.coloc.feature | |
org.apache.cxf.bus | |
org.apache.cxf.bus.spring | |
org.apache.cxf.clustering | |
org.apache.cxf.databinding.stax | |
org.apache.cxf.endpoint |
Client and Server related classes.
|
org.apache.cxf.feature | |
org.apache.cxf.frontend | |
org.apache.cxf.interceptor |
Core interceptor interfaces which form the basis for message processing chains
in CXF.
|
org.apache.cxf.jaxws | |
org.apache.cxf.jaxws.support | |
org.apache.cxf.management.interceptor | |
org.apache.cxf.service.factory | |
org.apache.cxf.transport.common.gzip | |
org.apache.cxf.transport.https | |
org.apache.cxf.transport.jms | |
org.apache.cxf.ws.addressing | |
org.apache.cxf.ws.policy | |
org.apache.cxf.ws.policy.blueprint | |
org.apache.cxf.ws.rm | |
org.apache.cxf.ws.rm.feature |
Modifier and Type | Method and Description |
---|---|
Collection<AbstractFeature> |
Bus.getFeatures() |
Modifier and Type | Class and Description |
---|---|
class |
ColocFeature |
Modifier and Type | Method and Description |
---|---|
Collection<AbstractFeature> |
CXFBusImpl.getFeatures() |
Modifier and Type | Method and Description |
---|---|
void |
CXFBusImpl.setFeatures(Collection<AbstractFeature> features) |
Modifier and Type | Method and Description |
---|---|
Collection<AbstractFeature> |
BusDefinitionParser.BusConfig.getFeatures() |
Modifier and Type | Method and Description |
---|---|
void |
BusDefinitionParser.BusConfig.setFeatures(Collection<AbstractFeature> features) |
Modifier and Type | Class and Description |
---|---|
class |
FailoverFeature
This feature may be applied to a Client so as to enable
failover from the initial target endpoint to any other
compatible endpoint for the target service.
|
class |
LoadDistributorFeature
This feature may be applied to a Client so as to enable
load distribution amongst a set of target endpoints or addresses
Note that this feature changes the conduit on the fly and thus makes
the Client not thread safe.
|
Modifier and Type | Class and Description |
---|---|
class |
StaxDataBindingFeature |
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
|
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> |
ClientProxyFactoryBean.getFeatures() |
Modifier and Type | Method and Description |
---|---|
void |
ClientProxyFactoryBean.setFeatures(List<AbstractFeature> f) |
Modifier and Type | Method and Description |
---|---|
List<AbstractFeature> |
AnnotationInterceptors.getFeatures() |
Modifier and Type | Method and Description |
---|---|
List<AbstractFeature> |
EndpointImpl.getFeatures() |
Modifier and Type | Method and Description |
---|---|
void |
EndpointImpl.setFeatures(List<AbstractFeature> features) |
Modifier and Type | Method and Description |
---|---|
List<AbstractFeature> |
JaxWsEndpointImpl.getFeatures() |
Constructor and Description |
---|
JaxWsEndpointImpl(Bus bus,
Service s,
EndpointInfo ei,
JaxWsImplementorInfo implementorInfo,
List<javax.xml.ws.WebServiceFeature> wf,
List<AbstractFeature> af,
boolean isFromWsdl) |
Modifier and Type | Class and Description |
---|---|
class |
ResponseTimeFeature |
Modifier and Type | Method and Description |
---|---|
List<AbstractFeature> |
ReflectionServiceFactoryBean.getFeatures() |
Modifier and Type | Method and Description |
---|---|
void |
ReflectionServiceFactoryBean.setFeatures(List<AbstractFeature> f) |
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 |
CertConstraintsFeature
|
Modifier and Type | Class and Description |
---|---|
class |
JMSConfigFeature
Allows to configure the JMSConfiguration directly at the Client or Server.
|
Modifier and Type | Class and Description |
---|---|
class |
WSAddressingFeature |
Modifier and Type | Class and Description |
---|---|
class |
WSPolicyFeature
Configures a Server, Client, Bus with the specified policies.
|
Modifier and Type | Class and Description |
---|---|
static class |
PolicyEngineBPDefinitionParser.PolicyEngineConfig |
Modifier and Type | Method and Description |
---|---|
List<AbstractFeature> |
WrappedEndpoint.getActiveFeatures() |
Modifier and Type | Class and Description |
---|---|
class |
RMFeature |
Apache CXF