|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SoapEnvelope | |
---|---|
mymobilesite.communication | |
org.ksoap2.serialization | This package contains support for the Soap Serialization specification. |
org.ksoap2.transport |
Uses of SoapEnvelope in mymobilesite.communication |
---|
Subclasses of SoapEnvelope in mymobilesite.communication | |
---|---|
class |
DiscoveryQuery
This class is responsible for constructing and sending the discovery queries. |
class |
LibertyMessage
This abstract class is the general purpose superclass of the specific Liberty messages sent from the mobile phone to the Identity Provider, Discovery Service and Web Service Provider. |
class |
SaslMessage
This class is responsible for handling the communication with the authentication service. |
class |
WspRequest
This class is responsible for constructing and sending the requests for the Web Service Provider chosen by the user. |
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 |
HttpTransport.call(java.lang.String soapAction,
SoapEnvelope envelope)
set the desired soapAction header field |
protected byte[] |
Transport.createRequestData(SoapEnvelope envelope)
Serializes the request. |
protected void |
Transport.parseResponse(SoapEnvelope envelope,
java.io.InputStream is)
Sets up the parsing to hand over to the envelope to deserialize. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |