Package org.ksoap2.transport

Interface Summary
ServiceConnection Interface to allow the abstraction of the raw transport information
 

Class Summary
HttpTransport Methods to facilitate SOAP calls over HTTP using the J2ME generic connection framework.
HttpTransportBasicAuth An Http transport layer class which provides a mechanism to login to webservices using Basic Authentication on midp platforms.
HttpTransportSE A J2SE based HttpTransport layer.
ServiceConnectionMidp  
ServiceConnectionSE Connection for J2SE environments.
Transport Abstract class which holds common methods and members that are used by the transport layers.