Apache CXF API

Uses of Interface
org.apache.cxf.binding.soap.SoapVersion

Packages that use SoapVersion
org.apache.cxf.binding.soap   
org.apache.cxf.binding.soap.model   
org.apache.cxf.ws.addressing.soap   
 

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

Classes in org.apache.cxf.binding.soap that implement SoapVersion
 class Soap11
          Represents the SOAP 1.1 version
 class Soap12
          Represents the SOAP 1.2 version
 

Methods in org.apache.cxf.binding.soap that return SoapVersion
 SoapVersion SoapBinding.getSoapVersion()
           
 SoapVersion SoapVersionFactory.getSoapVersion(java.lang.String namespace)
           
 SoapVersion SoapBindingConfiguration.getVersion()
           
 SoapVersion SoapMessage.getVersion()
           
 

Methods in org.apache.cxf.binding.soap that return types with arguments of type SoapVersion
 java.util.Iterator<SoapVersion> SoapVersionFactory.getVersions()
           
 

Methods in org.apache.cxf.binding.soap with parameters of type SoapVersion
static SoapFault SoapFault.createFault(Fault f, SoapVersion v)
           
 void SoapVersionFactory.register(SoapVersion version)
           
 void SoapBinding.setSoapVersion(SoapVersion v)
           
 void SoapBindingConfiguration.setVersion(SoapVersion sv)
           
 void SoapMessage.setVersion(SoapVersion v)
           
 

Constructors in org.apache.cxf.binding.soap with parameters of type SoapVersion
SoapBinding(BindingInfo info, SoapVersion v)
           
 

Uses of SoapVersion in org.apache.cxf.binding.soap.model
 

Methods in org.apache.cxf.binding.soap.model that return SoapVersion
 SoapVersion SoapBindingInfo.getSoapVersion()
           
 

Methods in org.apache.cxf.binding.soap.model with parameters of type SoapVersion
 void SoapBindingInfo.setSoapVersion(SoapVersion soapVersion)
           
 

Constructors in org.apache.cxf.binding.soap.model with parameters of type SoapVersion
SoapBindingInfo(ServiceInfo serv, java.lang.String n, SoapVersion soapVersion)
           
 

Uses of SoapVersion in org.apache.cxf.ws.addressing.soap
 

Methods in org.apache.cxf.ws.addressing.soap with parameters of type SoapVersion
 org.w3c.dom.Element MAPCodec.HeaderFactory.getHeader(SoapVersion soapversion)
           
 


Apache CXF API

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