Apache CXF API

Uses of Class
org.apache.cxf.binding.BindingConfiguration

Packages that use BindingConfiguration
org.apache.cxf.binding.object   
org.apache.cxf.binding.soap   
org.apache.cxf.frontend   
org.apache.cxf.jaxws   
org.apache.cxf.jaxws.binding.soap   
 

Uses of BindingConfiguration in org.apache.cxf.binding.object
 

Subclasses of BindingConfiguration in org.apache.cxf.binding.object
 class ObjectBindingConfiguration
           
 

Uses of BindingConfiguration in org.apache.cxf.binding.soap
 

Subclasses of BindingConfiguration in org.apache.cxf.binding.soap
 class SoapBindingConfiguration
           
 

Uses of BindingConfiguration in org.apache.cxf.frontend
 

Methods in org.apache.cxf.frontend that return BindingConfiguration
 BindingConfiguration ClientProxyFactoryBean.getBindingConfig()
           
 BindingConfiguration AbstractEndpointFactory.getBindingConfig()
           
 

Methods in org.apache.cxf.frontend with parameters of type BindingConfiguration
 void ClientProxyFactoryBean.setBindingConfig(BindingConfiguration config)
           
 void AbstractEndpointFactory.setBindingConfig(BindingConfiguration obj)
           
 

Uses of BindingConfiguration in org.apache.cxf.jaxws
 

Methods in org.apache.cxf.jaxws that return BindingConfiguration
 BindingConfiguration EndpointImpl.getBindingConfig()
           
 

Methods in org.apache.cxf.jaxws with parameters of type BindingConfiguration
 void EndpointImpl.setBindingConfig(BindingConfiguration config)
           
 

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

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


Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.