Uses of Interface
org.codehaus.activesoap.transport.TransportClient

Packages that use TransportClient
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.transport   
org.codehaus.activesoap.transport.http HTTP transport for ActiveSOAP 
org.codehaus.activesoap.wsif A WSIF provider for ActiveSOAP 
 

Uses of TransportClient in org.codehaus.activesoap
 

Constructors in org.codehaus.activesoap with parameters of type TransportClient
SoapClient(TransportClient transport, SoapService service)
           
RestClient(TransportClient transport, RestService service)
           
 

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

Methods in org.codehaus.activesoap.handler.xmlbeans with parameters of type TransportClient
static RestClient XMLBeansHelper.createRestClient(TransportClient transportClient)
           
static SoapClient XMLBeansHelper.createSoapClient(TransportClient transportClient)
           
 

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

Methods in org.codehaus.activesoap.handler.xstream with parameters of type TransportClient
static RestClient XStreamHelper.createRestClient(TransportClient transportClient)
           
static SoapClient XStreamHelper.createSoapClient(TransportClient transportClient)
           
 

Uses of TransportClient in org.codehaus.activesoap.transport
 

Classes in org.codehaus.activesoap.transport that implement TransportClient
 class LocalTransportClient
          Local in-VM transport
 class TransportClientSupport
          A base class useful for implementation inheritence
 

Constructors in org.codehaus.activesoap.transport with parameters of type TransportClient
Invocation(TransportClient transport, XMLStreamFactory streamFactory)
           
 

Uses of TransportClient in org.codehaus.activesoap.transport.http
 

Classes in org.codehaus.activesoap.transport.http that implement TransportClient
 class HttpTransportClient
           
 

Uses of TransportClient in org.codehaus.activesoap.wsif
 

Methods in org.codehaus.activesoap.wsif that return TransportClient
protected  TransportClient ASProviderSupport.createTransport(javax.wsdl.Definition definition, javax.wsdl.Service service, javax.wsdl.Port port, org.apache.wsif.providers.WSIFDynamicTypeMap wsifDynamicTypeMap, RestService restService)
           
 



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