
Public Member Functions | |
| HttpTransport (String url, String soapAction) | |
| Object | call (SoapObject obj) throws IOException, InterruptedException |
| void | call () throws IOException |
| void | reset () |
Public Attributes | |
| String | requestDump |
| String | responseDump |
Package Attributes | |
| String | url |
| String | soapAction = "\"\"" |
| SoapEnvelope | requestEnvelope = new SoapEnvelope() |
| SoapEnvelope | responseEnvelope = new SoapEnvelope() |
| HttpConnection | connection |
| OutputStream | os |
| InputStream | is |
| InputStreamReader | reader |
Definition at line 35 of file HttpTransport.java.
1.5.0