Uses of Interface
org.apache.camel.component.cxf.jaxws.CxfConfigurer
-
Packages that use CxfConfigurer Package Description org.apache.camel.component.cxf.jaxws Defines the CXF Component -
-
Uses of CxfConfigurer in org.apache.camel.component.cxf.jaxws
Classes in org.apache.camel.component.cxf.jaxws that implement CxfConfigurer Modifier and Type Class Description classChainedCxfConfigurerstatic classChainedCxfConfigurer.NullCxfConfigurerclassHostnameVerifierCxfConfigurerclassSslCxfConfigurerMethods in org.apache.camel.component.cxf.jaxws that return CxfConfigurer Modifier and Type Method Description static CxfConfigurerHostnameVerifierCxfConfigurer. create(HostnameVerifier hostnameVerifier)static CxfConfigurerSslCxfConfigurer. create(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters, org.apache.camel.CamelContext camelContext)CxfConfigurerCxfEndpoint. getChainedCxfConfigurer()CxfConfigurerCxfEndpoint. getCxfConfigurer()Methods in org.apache.camel.component.cxf.jaxws with parameters of type CxfConfigurer Modifier and Type Method Description ChainedCxfConfigurerChainedCxfConfigurer. 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.
-