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

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

Uses of SoapVersion in org.codehaus.xfire
 

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

Uses of SoapVersion in org.codehaus.xfire.service
 

Methods in org.codehaus.xfire.service that return SoapVersion
 SoapVersion Service.getSoapVersion()
           
 SoapVersion MessageService.getSoapVersion()
           
 

Methods in org.codehaus.xfire.service with parameters of type SoapVersion
 void MessageService.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.2 version
 class Soap12
          Represents the SOAP 1.2 version
 

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

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



Copyright © 2004-2005 Codehaus. All Rights Reserved.