Uses of Class
org.ksoap2.transport.HttpTransport

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

Uses of HttpTransport in mymobilesite.communication
 

Fields in mymobilesite.communication declared as HttpTransport
private  HttpTransport LibertyProtocol.discoSession
           
private  HttpTransport LibertyProtocol.providerSession
           
private  HttpTransport WspRequest.session
           
private  HttpTransport DiscoveryQuery.session
           
 

Methods in mymobilesite.communication that return HttpTransport
 HttpTransport WspRequest.createTransport()
          This method creates the transport that will be used in the communication with the Web Service Provider.
 HttpTransport DiscoveryQuery.createTransport()
          This method creates the transport that will be used in the communication with the Discovery Service.
 

Uses of HttpTransport in org.ksoap2.transport
 

Subclasses of HttpTransport in org.ksoap2.transport
 class HttpTransportBasicAuth
          An Http transport layer class which provides a mechanism to login to webservices using Basic Authentication