Package | Description |
---|---|
org.apache.camel.component.cxf |
Defines the CXF Component
|
Modifier and Type | Class and Description |
---|---|
class |
CxfBlueprintEndpoint |
class |
CxfSpringEndpoint
Defines the CXF Endpoint
|
Modifier and Type | Method and Description |
---|---|
CxfEndpoint |
CxfEndpoint.copy() |
protected CxfEndpoint |
CxfComponent.createCxfEndpoint(String remaining) |
protected CxfEndpoint |
CxfComponent.createCxfSpringEndpoint(String beanId) |
Modifier and Type | Method and Description |
---|---|
static QName |
CxfEndpointUtils.getPortName(CxfEndpoint endpoint) |
static QName |
CxfEndpointUtils.getServiceName(CxfEndpoint endpoint) |
Constructor and Description |
---|
CxfConsumer(CxfEndpoint endpoint,
org.apache.camel.Processor processor) |
CxfProducer(CxfEndpoint endpoint)
Constructor to create a CxfProducer.
|
Apache Camel