public static class ChainedCxfRsEndpointConfigurer.NullCxfRsEndpointConfigurer extends Object implements CxfRsEndpointConfigurer
| Constructor and Description |
|---|
NullCxfRsEndpointConfigurer() |
| Modifier and Type | Method and Description |
|---|---|
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
|
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