org.ksoap2.transport
Class HttpTransportSE

java.lang.Object
  extended by org.ksoap2.transport.Transport
      extended by org.ksoap2.transport.HttpTransportSE

public class HttpTransportSE
extends Transport

A J2SE based HttpTransport layer.


Field Summary
 
Fields inherited from class org.ksoap2.transport.Transport
debug, requestDump, responseDump
 
Constructor Summary
HttpTransportSE(java.lang.String url)
          Creates instance of HttpTransportSE with set url
 
Method Summary
 void call(java.lang.String soapAction, SoapEnvelope envelope)
          set the desired soapAction header field
 
Methods inherited from class org.ksoap2.transport.Transport
reset, setUrl, setXmlVersionTag
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpTransportSE

public HttpTransportSE(java.lang.String url)
Creates instance of HttpTransportSE with set url

Parameters:
url - the destination to POST SOAP data
Method Detail

call

public void call(java.lang.String soapAction,
                 SoapEnvelope envelope)
          throws java.io.IOException,
                 org.xmlpull.v1.XmlPullParserException
set the desired soapAction header field

Specified by:
call in class Transport
Parameters:
soapAction - the desired soapAction
envelope - the envelope containing the information for the soap call.
Throws:
java.io.IOException
org.xmlpull.v1.XmlPullParserException