Apache CXF API

Uses of Class
org.apache.cxf.binding.soap.SoapBindingConfiguration

Packages that use SoapBindingConfiguration
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
protected  SoapBindingConfiguration AbstractWSDLBasedEndpointFactory.createSoapBindingConfig()
           
 

Uses of SoapBindingConfiguration in org.apache.cxf.jaxws
 

Methods in org.apache.cxf.jaxws that return SoapBindingConfiguration
protected  SoapBindingConfiguration JaxWsClientFactoryBean.createSoapBindingConfig()
           
 

Uses of SoapBindingConfiguration in org.apache.cxf.jaxws.binding.soap
 

Subclasses of SoapBindingConfiguration in org.apache.cxf.jaxws.binding.soap
 class JaxWsSoapBindingConfiguration
          Introspects the SOAPBinding annotation to provide to construct a BindingInfo.
 


Apache CXF API

Apache CXF