|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeContainer | |
---|---|
org.ksoap2.serialization | This package contains support for the Soap Serialization specification. |
Uses of AttributeContainer in org.ksoap2.serialization |
---|
Subclasses of AttributeContainer in org.ksoap2.serialization | |
---|---|
class |
SoapObject
A simple dynamic object that can be used to build soap calls without implementing KvmSerializable Essentially, this is what goes inside the body of a soap envelope - it is the direct subelement of the body and all further subelements Instead of this this class, custom classes can be used if they implement the KvmSerializable interface. |
class |
SoapPrimitive
A class that is used to encapsulate primitive types (represented by a string in XML serialization). |
Methods in org.ksoap2.serialization with parameters of type AttributeContainer | |
---|---|
protected boolean |
AttributeContainer.attributesAreEqual(AttributeContainer other)
Checks that the two objects have identical sets of attributes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |