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

Packages that use SoapVersion
org.apache.cxf.binding.soap   
org.apache.cxf.binding.soap.interceptor   
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 SoapMessage.getVersion()
           
 SoapVersion SoapBindingConfiguration.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 SoapMessage.setVersion(SoapVersion v)
           
 void SoapBindingConfiguration.setVersion(SoapVersion sv)
           
 

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.interceptor
 

Constructors in org.apache.cxf.binding.soap.interceptor with parameters of type SoapVersion
SoapOutInterceptor.SOAPHeaderWriter(javax.xml.stream.XMLStreamWriter writer, SoapHeader header, SoapVersion version)
           
 

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