Uses of Interface
org.codehaus.xfire.soap.SoapVersion

Packages that use SoapVersion
org.codehaus.xfire.exchange   
org.codehaus.xfire.soap SOAP protocol specific contants 
 

Uses of SoapVersion in org.codehaus.xfire.exchange
 

Methods in org.codehaus.xfire.exchange that return SoapVersion
 SoapVersion AbstractMessage.getSoapVersion()
           
 

Methods in org.codehaus.xfire.exchange with parameters of type SoapVersion
 void AbstractMessage.setSoapVersion(SoapVersion soapVersion)
           
 

Uses of SoapVersion in org.codehaus.xfire.soap
 

Classes in org.codehaus.xfire.soap that implement SoapVersion
 class Soap11
          Represents the SOAP 1.1 version
 class Soap12
          Represents the SOAP 1.2 version
 

Methods in org.codehaus.xfire.soap that return SoapVersion
 SoapVersion Soap11Binding.getSoapVersion()
           
 SoapVersion SoapVersionFactory.getSoapVersion(java.lang.String namespace)
           
abstract  SoapVersion AbstractSoapBinding.getSoapVersion()
           
 SoapVersion Soap12Binding.getSoapVersion()
           
 

Methods in org.codehaus.xfire.soap with parameters of type SoapVersion
 void SoapVersionFactory.register(SoapVersion version)
           
 



Copyright © 2004-2006 null. All Rights Reserved.