Uses of Class
org.ksoap2.transport.Transport

Packages that use Transport
mymobilesite.communication   
org.ksoap2.transport   
 

Uses of Transport in mymobilesite.communication
 

Subclasses of Transport in mymobilesite.communication
 class AuthTransport
          This class is responsible for establishing the session with the Identity Provider and sending the SaslMessages over this connection.
 

Uses of Transport in org.ksoap2.transport
 

Subclasses of Transport in org.ksoap2.transport
 class HttpTransport
          Methods to facilitate SOAP calls over HTTP using the J2ME generic connection framework.
 class HttpTransportBasicAuth
          An Http transport layer class which provides a mechanism to login to webservices using Basic Authentication