|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SoapEnvelope | |
---|---|
org.ksoap2.serialization | This package contains support for the Soap Serialization specification. |
org.ksoap2.transport |
Uses of SoapEnvelope in org.ksoap2.serialization |
---|
Subclasses of SoapEnvelope in org.ksoap2.serialization | |
---|---|
class |
SoapSerializationEnvelope
|
Uses of SoapEnvelope in org.ksoap2.transport |
---|
Methods in org.ksoap2.transport with parameters of type SoapEnvelope | |
---|---|
void |
Transport.call(String targetNamespace,
SoapEnvelope envelope)
Perform a soap call with a given namespace and the given envelope. |
abstract List |
Transport.call(String targetNamespace,
SoapEnvelope envelope,
List headers)
Perform a soap call with a given namespace and the given envelope providing any extra headers that the user requires such as cookies. |
protected byte[] |
Transport.createRequestData(SoapEnvelope envelope)
Serializes the request. |
protected void |
Transport.parseResponse(SoapEnvelope envelope,
InputStream is)
Sets up the parsing to hand over to the envelope to deserialize. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |