
Public Member Functions | |
| SoapEnvelope () | |
| void | setEncodingStyle (String encodingStyle) |
| void | setBody (SoapObject body) |
| Object | getBody () |
| void | read (AbstractXmlParser parser) throws IOException |
| void | readHead (AbstractXmlParser parser) throws IOException |
| void | readBody (AbstractXmlParser parser) throws IOException |
| void | readTail (AbstractXmlParser parser) throws IOException |
| void | write (AbstractXmlWriter writer) throws IOException |
Package Attributes | |
| Object | body |
| ClassMap | classMap |
| String | encodingStyle |
Definition at line 35 of file SoapEnvelope.java.
1.5.0