public interface CxfEndpointConfigurer
Modifier and Type | Method and Description |
---|---|
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
|
void configure(org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory factoryBean)
factoryBean
- void configureClient(org.apache.cxf.endpoint.Client client)
client
- the CXF clientvoid configureServer(org.apache.cxf.endpoint.Server server)
server
- the CXF serverApache Camel