public final class ChainedCxfRsConfigurer extends Object implements CxfRsConfigurer
| Modifier and Type | Class and Description |
|---|---|
static class |
ChainedCxfRsConfigurer.NullCxfRsConfigurer |
| Modifier and Type | Method and Description |
|---|---|
ChainedCxfRsConfigurer |
addChild(CxfRsConfigurer 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 ChainedCxfRsConfigurer |
create(CxfRsConfigurer parent,
CxfRsConfigurer child) |
public static ChainedCxfRsConfigurer create(CxfRsConfigurer parent, CxfRsConfigurer child)
public ChainedCxfRsConfigurer addChild(CxfRsConfigurer cxfEndpointConfigurer)
public void configure(org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean factoryBean)
CxfRsConfigurerconfigure in interface CxfRsConfigurerfactoryBean - the factory beanpublic void configureClient(org.apache.cxf.jaxrs.client.Client client)
CxfRsConfigurerconfigureClient in interface CxfRsConfigurerclient - the CXF clientpublic void configureServer(org.apache.cxf.endpoint.Server server)
CxfRsConfigurerconfigureServer in interface CxfRsConfigurerserver - the CXF serverApache Camel