|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SoapObject | |
---|---|
org.ksoap2.serialization | This package contains support for the Soap Serialization specification. |
Uses of SoapObject in org.ksoap2.serialization |
---|
Methods in org.ksoap2.serialization that return SoapObject | |
---|---|
SoapObject |
SoapObject.addProperty(PropertyInfo propertyInfo)
Adds a property (parameter) to the object. |
SoapObject |
SoapObject.addProperty(PropertyInfo propertyInfo,
Object value)
Deprecated. property info now contains the value |
SoapObject |
SoapObject.addProperty(String name,
Object value)
Adds a property (parameter) to the object. |
SoapObject |
SoapObject.newInstance()
Creates a new SoapObject based on this, allows usage of SoapObjects as templates. |
Methods in org.ksoap2.serialization with parameters of type SoapObject | |
---|---|
void |
SoapSerializationEnvelope.addTemplate(SoapObject so)
Adds a SoapObject to the class map. |
protected void |
SoapSerializationEnvelope.readSerializable(org.xmlpull.v1.XmlPullParser parser,
SoapObject obj)
Read a SoapObject. |
void |
SoapSerializationEnvelope.writeObjectBody(org.xmlpull.v1.XmlSerializer writer,
SoapObject obj)
Writes the body of an SoapObject. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |