Uses of Class
org.ksoap2.serialization.PropertyInfo

Packages that use PropertyInfo
org.ksoap2.serialization This package contains support for the Soap Serialization specification. 
 

Uses of PropertyInfo in org.ksoap2.serialization
 

Subclasses of PropertyInfo in org.ksoap2.serialization
 class AttributeInfo
          This class is used to store information about each attribute of an implementation of KvmSerializable exposes.
 

Fields in org.ksoap2.serialization declared as PropertyInfo
 PropertyInfo PropertyInfo.elementType
          Element type for array properties, null if not array prop.
static PropertyInfo PropertyInfo.OBJECT_TYPE
           
 

Methods in org.ksoap2.serialization that return PropertyInfo
 PropertyInfo PropertyInfo.getElementType()
           
 

Methods in org.ksoap2.serialization with parameters of type PropertyInfo
 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
 void SoapObject.getPropertyInfo(int index, Hashtable properties, PropertyInfo propertyInfo)
          Deprecated.  
 void KvmSerializable.getPropertyInfo(int index, Hashtable properties, PropertyInfo info)
          Fills the given property info record.
 void SoapObject.getPropertyInfo(int index, PropertyInfo propertyInfo)
          Places PropertyInfo of desired property into a designated PropertyInfo object
 Object SoapSerializationEnvelope.read(org.xmlpull.v1.XmlPullParser parser, Object owner, int index, String namespace, String name, PropertyInfo expected)
          Builds an object from the XML stream.
 Object SoapSerializationEnvelope.readInstance(org.xmlpull.v1.XmlPullParser parser, String namespace, String name, PropertyInfo expected)
          Returns a new object read from the given parser.
 Object MarshalHashtable.readInstance(org.xmlpull.v1.XmlPullParser parser, String namespace, String name, PropertyInfo expected)
           
 Object MarshalDate.readInstance(org.xmlpull.v1.XmlPullParser parser, String namespace, String name, PropertyInfo expected)
           
 Object MarshalBase64.readInstance(org.xmlpull.v1.XmlPullParser parser, String namespace, String name, PropertyInfo expected)
           
 Object Marshal.readInstance(org.xmlpull.v1.XmlPullParser parser, String namespace, String name, PropertyInfo expected)
          This methods reads an instance from the given parser.
protected  void SoapSerializationEnvelope.readVector(org.xmlpull.v1.XmlPullParser parser, Vector v, PropertyInfo elementType)
           
 void PropertyInfo.setElementType(PropertyInfo elementType)
           
protected  void SoapSerializationEnvelope.writeProperty(org.xmlpull.v1.XmlSerializer writer, Object obj, PropertyInfo type)
           
protected  void SoapSerializationEnvelope.writeVectorBody(org.xmlpull.v1.XmlSerializer writer, Vector vector, PropertyInfo elementType)
           
 



Copyright © 2002-2011. All Rights Reserved.