Uses of Class
org.apache.cxf.binding.soap.SoapBindingConfiguration
-
Packages that use SoapBindingConfiguration Package Description org.apache.cxf.frontend org.apache.cxf.jaxws org.apache.cxf.jaxws.binding.soap -
-
Uses of SoapBindingConfiguration in org.apache.cxf.frontend
Methods in org.apache.cxf.frontend that return SoapBindingConfiguration Modifier and Type Method Description protected SoapBindingConfigurationAbstractWSDLBasedEndpointFactory. createSoapBindingConfig() -
Uses of SoapBindingConfiguration in org.apache.cxf.jaxws
Methods in org.apache.cxf.jaxws that return SoapBindingConfiguration Modifier and Type Method Description protected SoapBindingConfigurationJaxWsClientFactoryBean. createSoapBindingConfig() -
Uses of SoapBindingConfiguration in org.apache.cxf.jaxws.binding.soap
Subclasses of SoapBindingConfiguration in org.apache.cxf.jaxws.binding.soap Modifier and Type Class Description classJaxWsSoapBindingConfigurationIntrospects the SOAPBinding annotation to provide to construct aBindingInfo.
-