Searched refs:writeProperty (Results 1 – 3 of 3) sorted by relevance
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/ |
D | SoapSerializationEnvelope.java | 722 writeProperty(writer, objValue, propertyInfo); in writeObjectBody() 776 protected void writeProperty(XmlSerializer writer, Object obj, PropertyInfo type) in writeProperty() method in SoapSerializationEnvelope 841 writeProperty(writer, objValue, propertyInfo); in writeArrayListBody() 920 writeProperty(writer, vector.elementAt(i), elementType); in writeVectorBody()
|
/external/ksoap2/ |
D | 0001-ksoap2-update.patch | 1608 - writeProperty(writer, obj.getProperty(i), propertyInfo); 1613 + writeProperty(writer, objValue, propertyInfo); 1688 - protected void writeProperty(XmlSerializer writer, Object obj, PropertyInfo type) 1693 + protected void writeProperty(XmlSerializer writer, Object obj, PropertyInfo type) throws IOExc… 1749 + writeProperty(writer, objValue, propertyInfo);
|
/external/guice/extensions/struts2/lib/ |
D | struts2-core-2.2.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |