|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ksoap2.transport.Transport
org.ksoap2.transport.HttpTransportSE
public class HttpTransportSE
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 |
|---|
public HttpTransportSE(java.lang.String url)
url - the destination to POST SOAP data| Method Detail |
|---|
public void call(java.lang.String soapAction,
SoapEnvelope envelope)
throws java.io.IOException,
org.xmlpull.v1.XmlPullParserException
call in class TransportsoapAction - the desired soapActionenvelope - the envelope containing the information for the soap call.
java.io.IOException
org.xmlpull.v1.XmlPullParserException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||