Modifier and Type | Interface and Description |
---|---|
interface |
Bus
The Bus is the central place in CXF.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Binding
A Binding provides interceptors and message creation logic for a
specific protocol binding.
|
Modifier and Type | Class and Description |
---|---|
class |
BlueprintBus |
Modifier and Type | Class and Description |
---|---|
class |
ExtensionManagerBus
This bus uses CXF's built in extension manager to load components
(as opposed to using the Spring bus implementation).
|
Modifier and Type | Class and Description |
---|---|
static class |
BusDefinitionParser.BusConfig |
class |
SpringBus |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInterceptorProvidingDataBinding |
Modifier and Type | Class and Description |
---|---|
class |
StaxDataBinding
A simple databinding implementation which reads and writes Source objects.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Client |
interface |
Endpoint
Represents an endpoint that receives messages.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEndpointFactory |
class |
ClientImpl |
class |
EndpointImpl |
Modifier and Type | Method and Description |
---|---|
void |
WrappedFeature.initialize(InterceptorProvider interceptorProvider,
Bus bus) |
void |
AbstractFeature.initialize(InterceptorProvider interceptorProvider,
Bus bus) |
void |
Feature.initialize(InterceptorProvider interceptorProvider,
Bus bus) |
protected void |
FastInfosetFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
protected void |
StaxTransformFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
protected void |
LoggingFeature.initializeProvider(InterceptorProvider provider,
Bus bus)
Deprecated.
|
protected void |
AbstractFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
protected void |
XSLTFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAttributedInterceptorProvider |
class |
AbstractBasicInterceptorProvider |
Modifier and Type | Method and Description |
---|---|
protected void |
JAASAuthenticationFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
Modifier and Type | Interface and Description |
---|---|
interface |
Service |
Modifier and Type | Class and Description |
---|---|
class |
ServiceImpl |
Modifier and Type | Method and Description |
---|---|
protected void |
GZIPFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
protected void |
ClientBeanValidationFeature.addInterceptor(InterceptorProvider interceptorProvider,
ClientBeanValidationOutInterceptor out) |
protected void |
ClientBeanValidationFeature.initializeProvider(InterceptorProvider interceptorProvider,
Bus bus) |
protected void |
BeanValidationFeature.initializeProvider(InterceptorProvider interceptorProvider,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
protected void |
WSAddressingFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
void |
WSAddressingFeature.WSAddressingFeatureApplier.initializeProvider(WSAddressingFeature feature,
InterceptorProvider provider,
Bus bus) |
Apache CXF