| Package | Description |
|---|---|
| org.apache.cxf |
Contains the Bus, which is the central touch point of CXF, and its related classes.
|
| org.apache.cxf.binding |
Interfaces for protocol bindings and their factories.
|
| org.apache.cxf.endpoint |
Client and Server related classes.
|
| org.apache.cxf.feature | |
| org.apache.cxf.headers | |
| org.apache.cxf.interceptor |
Core interceptor interfaces which form the basis for message processing chains
in CXF.
|
| org.apache.cxf.service |
This package and its sub packages contain classes relating to services and the CXF
service model
|
| org.apache.cxf.ws.policy |
| 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 | Interface and Description |
|---|---|
interface |
Client |
interface |
Endpoint
Represents an endpoint that receives messages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFeature.initialize(InterceptorProvider interceptorProvider,
Bus bus) |
protected void |
AbstractFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
| Modifier and Type | Method and Description |
|---|---|
InterceptorProvider |
HeaderProcessor.getInterceptorProvider() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAttributedInterceptorProvider |
class |
AbstractBasicInterceptorProvider |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Service |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PolicyInterceptorProvider |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPolicyInterceptorProvider |
Apache CXF