public final class ChainedCxfRsEndpointConfigurer extends Object implements CxfRsEndpointConfigurer
| Modifier and Type | Class and Description |
|---|---|
static class |
ChainedCxfRsEndpointConfigurer.NullCxfRsEndpointConfigurer |
| Modifier and Type | Method and Description |
|---|---|
ChainedCxfRsEndpointConfigurer |
addChild(CxfRsEndpointConfigurer cxfEndpointConfigurer) |
void |
configure(org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean factoryBean)
Configure the CXF-RS Server/Client factory bean
|
void |
configureClient(org.apache.cxf.jaxrs.client.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 ChainedCxfRsEndpointConfigurer |
create(CxfRsEndpointConfigurer parent,
CxfRsEndpointConfigurer child) |
public static ChainedCxfRsEndpointConfigurer create(CxfRsEndpointConfigurer parent, CxfRsEndpointConfigurer child)
public ChainedCxfRsEndpointConfigurer addChild(CxfRsEndpointConfigurer cxfEndpointConfigurer)
public void configure(org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean factoryBean)
CxfRsEndpointConfigurerconfigure in interface CxfRsEndpointConfigurerpublic void configureClient(org.apache.cxf.jaxrs.client.Client client)
CxfRsEndpointConfigurerconfigureClient in interface CxfRsEndpointConfigurerclient - the CXF clientpublic void configureServer(org.apache.cxf.endpoint.Server server)
CxfRsEndpointConfigurerconfigureServer in interface CxfRsEndpointConfigurerserver - the CXF serverApache Camel