public abstract class SOAPSerializable
extends SoapObject
| Modifier | Constructor and Description |
|---|---|
protected |
SOAPSerializable() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getAttribute(int index) |
int |
getAttributeCount() |
void |
getAttributeInfo(int index,
AttributeInfo attributeInfo) |
java.lang.Object |
getProperty(int i) |
int |
getPropertyCount() |
void |
getPropertyInfo(int i,
java.util.Hashtable hashtable,
PropertyInfo propertyInfo) |
void |
setProperty(int i,
java.lang.Object o) |
public int getAttributeCount()
public java.lang.Object getAttribute(int index)
public void getAttributeInfo(int index,
AttributeInfo attributeInfo)
public java.lang.Object getProperty(int i)
public int getPropertyCount()
public void setProperty(int i,
java.lang.Object o)
public void getPropertyInfo(int i,
java.util.Hashtable hashtable,
PropertyInfo propertyInfo)