public final class ChainedCxfEndpointConfigurer extends Object implements CxfEndpointConfigurer
Modifier and Type | Class and Description |
---|---|
static class |
ChainedCxfEndpointConfigurer.NullCxfEndpointConfigurer |
Modifier and Type | Method and Description |
---|---|
ChainedCxfEndpointConfigurer |
addChild(CxfEndpointConfigurer cxfEndpointConfigurer) |
void |
configure(org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory factoryBean)
Configure the CXF Server/Client factory bean
|
void |
configureClient(org.apache.cxf.endpoint.Client client)
Configure the CXF Client such as setting some parameters on the client conduit
|
void |
configureServer(org.apache.cxf.endpoint.Server server)
Configure the CXF Server such as setting some parameters on the server destination
|
static ChainedCxfEndpointConfigurer |
create(CxfEndpointConfigurer parent,
CxfEndpointConfigurer child) |
public static ChainedCxfEndpointConfigurer create(CxfEndpointConfigurer parent, CxfEndpointConfigurer child)
public ChainedCxfEndpointConfigurer addChild(CxfEndpointConfigurer cxfEndpointConfigurer)
public void configure(org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory factoryBean)
CxfEndpointConfigurer
configure
in interface CxfEndpointConfigurer
public void configureClient(org.apache.cxf.endpoint.Client client)
CxfEndpointConfigurer
configureClient
in interface CxfEndpointConfigurer
client
- the CXF clientpublic void configureServer(org.apache.cxf.endpoint.Server server)
CxfEndpointConfigurer
configureServer
in interface CxfEndpointConfigurer
server
- the CXF serverApache Camel