Uses of Class
org.codehaus.activesoap.SoapClient

Packages that use SoapClient
org.codehaus.activesoap The core API and classes for the SOAP stack 
org.codehaus.activesoap.handler.xmlbeans Handler implementation and related classes for processing REST and web services using XMLBeans 
org.codehaus.activesoap.handler.xstream Handler implementation and related classes for processing REST and web services using XStream 
org.codehaus.activesoap.wsif A WSIF provider for ActiveSOAP 
 

Uses of SoapClient in org.codehaus.activesoap
 

Methods in org.codehaus.activesoap that return SoapClient
static SoapClient SoapClient.newLocalClient(SoapService soapService)
          Factory method to create a new client to an in memory SoapService
 

Uses of SoapClient in org.codehaus.activesoap.handler.xmlbeans
 

Methods in org.codehaus.activesoap.handler.xmlbeans that return SoapClient
static SoapClient XMLBeansHelper.createSoapClient(TransportClient transportClient)
           
static SoapClient XMLBeansHelper.newLocalSoapClient(SoapService service)
           
 

Methods in org.codehaus.activesoap.handler.xmlbeans with parameters of type SoapClient
protected  void XMLBeansWSIFProvider.applyClientPolicies(SoapClient client)
           
 

Uses of SoapClient in org.codehaus.activesoap.handler.xstream
 

Methods in org.codehaus.activesoap.handler.xstream that return SoapClient
static SoapClient XStreamHelper.createSoapClient(TransportClient transportClient)
           
static SoapClient XStreamHelper.newLocalSoapClient(SoapService service)
           
 

Methods in org.codehaus.activesoap.handler.xstream with parameters of type SoapClient
protected  void XStreamWSIFProvider.applyClientPolicies(SoapClient client)
           
 

Uses of SoapClient in org.codehaus.activesoap.wsif
 

Methods in org.codehaus.activesoap.wsif with parameters of type SoapClient
protected abstract  void ASProviderSupport.applyClientPolicies(SoapClient client)
           
 



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