Class ChainedCxfRsConfigurer
- java.lang.Object
-
- org.apache.camel.component.cxf.jaxrs.ChainedCxfRsConfigurer
-
- All Implemented Interfaces:
CxfRsConfigurer
public final class ChainedCxfRsConfigurer extends Object implements CxfRsConfigurer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChainedCxfRsConfigurer.NullCxfRsConfigurer
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ChainedCxfRsConfigureraddChild(CxfRsConfigurer cxfEndpointConfigurer)voidconfigure(org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean factoryBean)Configure the CXF-RS Server/Client factory beanvoidconfigureClient(org.apache.cxf.jaxrs.client.Client client)Configure the CXF Client such as setting some parameters on the client conduitvoidconfigureServer(org.apache.cxf.endpoint.Server server)Configure the CXF Server such as setting some parameters on the server destinationstatic ChainedCxfRsConfigurercreate(CxfRsConfigurer parent, CxfRsConfigurer child)
-
-
-
Method Detail
-
create
public static ChainedCxfRsConfigurer create(CxfRsConfigurer parent, CxfRsConfigurer child)
-
addChild
public ChainedCxfRsConfigurer addChild(CxfRsConfigurer cxfEndpointConfigurer)
-
configure
public void configure(org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean factoryBean)
Description copied from interface:CxfRsConfigurerConfigure the CXF-RS Server/Client factory bean- Specified by:
configurein interfaceCxfRsConfigurer- Parameters:
factoryBean- the factory bean
-
configureClient
public void configureClient(org.apache.cxf.jaxrs.client.Client client)
Description copied from interface:CxfRsConfigurerConfigure the CXF Client such as setting some parameters on the client conduit- Specified by:
configureClientin interfaceCxfRsConfigurer- Parameters:
client- the CXF client
-
configureServer
public void configureServer(org.apache.cxf.endpoint.Server server)
Description copied from interface:CxfRsConfigurerConfigure the CXF Server such as setting some parameters on the server destination- Specified by:
configureServerin interfaceCxfRsConfigurer- Parameters:
server- the CXF server
-
-