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

Packages that use SoapVersion
org.codehaus.activesoap The core API and classes for the SOAP stack 
org.codehaus.activesoap.handler Default Handler implementations for processing individual SOAP headers or the body using various XML APIs like SAX or XML binding technologies like XMLBeans 
org.codehaus.activesoap.soap SOAP protocol specific contants 
 

Uses of SoapVersion in org.codehaus.activesoap
 

Methods in org.codehaus.activesoap that return SoapVersion
 SoapVersion SoapService.getSoapVersion()
           
 

Methods in org.codehaus.activesoap with parameters of type SoapVersion
 void SoapService.setSoapVersion(SoapVersion soapVersion)
           
 

Constructors in org.codehaus.activesoap with parameters of type SoapVersion
SoapService(HandlerRegistry handlerRegistry, SoapVersion soapVersion)
           
SoapService(SoapVersion soapVersion)
           
 

Uses of SoapVersion in org.codehaus.activesoap.handler
 

Constructors in org.codehaus.activesoap.handler with parameters of type SoapVersion
SoapRequestHandler(SoapService service, SoapVersion soap)
           
SoapHandler(SoapVersion soap)
           
 

Uses of SoapVersion in org.codehaus.activesoap.soap
 

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



Copyright © 2004-2007 LogicBlaze, Inc.. All Rights Reserved.