Uses of Interface
org.apache.camel.component.cxf.jaxws.CxfConfigurer
Packages that use CxfConfigurer
-
Uses of CxfConfigurer in org.apache.camel.component.cxf.jaxws
Classes in org.apache.camel.component.cxf.jaxws that implement CxfConfigurerModifier and TypeClassDescriptionfinal classstatic classfinal classfinal classMethods in org.apache.camel.component.cxf.jaxws that return CxfConfigurerModifier and TypeMethodDescriptionstatic CxfConfigurerHostnameVerifierCxfConfigurer.create(HostnameVerifier hostnameVerifier) static CxfConfigurerSslCxfConfigurer.create(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters, org.apache.camel.CamelContext camelContext) CxfEndpoint.getChainedCxfConfigurer()CxfEndpoint.getCxfConfigurer()Methods in org.apache.camel.component.cxf.jaxws with parameters of type CxfConfigurerModifier and TypeMethodDescriptionChainedCxfConfigurer.addChild(CxfConfigurer cxfConfigurer) static ChainedCxfConfigurerChainedCxfConfigurer.create(CxfConfigurer parent, CxfConfigurer child) voidCxfEndpoint.setCxfConfigurer(CxfConfigurer configurer) This option could apply the implementation of org.apache.camel.component.cxf.CxfEndpointConfigurer which supports to configure the CXF endpoint in programmatic way.