public final class ChainedCxfConfigurer extends Object implements CxfConfigurer
| Modifier and Type | Class and Description |
|---|---|
static class |
ChainedCxfConfigurer.NullCxfConfigurer |
| Modifier and Type | Method and Description |
|---|---|
ChainedCxfConfigurer |
addChild(CxfConfigurer cxfConfigurer) |
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 ChainedCxfConfigurer |
create(CxfConfigurer parent,
CxfConfigurer child) |
public static ChainedCxfConfigurer create(CxfConfigurer parent, CxfConfigurer child)
public ChainedCxfConfigurer addChild(CxfConfigurer cxfConfigurer)
public void configure(org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory factoryBean)
CxfConfigurerconfigure in interface CxfConfigurerfactoryBean - the factory beanpublic void configureClient(org.apache.cxf.endpoint.Client client)
CxfConfigurerconfigureClient in interface CxfConfigurerclient - the CXF clientpublic void configureServer(org.apache.cxf.endpoint.Server server)
CxfConfigurerconfigureServer in interface CxfConfigurerserver - the CXF serverApache Camel