Home
last modified time | relevance | path

Searched refs:bodyOut (Results 1 – 3 of 3) sorted by relevance

/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
DSoapEnvelope.java83 public Object bodyOut; field in SoapEnvelope
237 ((Node) bodyOut).write(writer); in writeBody()
245 bodyOut = soapObject; in setOutputSoapObject()
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DSoapSerializationEnvelope.java138 bodyOut = null; in setBodyOutEmpty()
647 if (bodyOut != null) { in writeBody()
649 multiRef.addElement(bodyOut); in writeBody()
650 Object[] qName = getInfo(null, bodyOut); in writeBody()
663 writeElement(writer, bodyOut, null, qName[QNAME_MARSHAL]); in writeBody()
/external/ksoap2/
D0001-ksoap2-update.patch1196 … * Set the bodyOut to be empty so that no un-needed xml is create. The null value for bodyOut will
1538 multiRef.addElement(bodyOut);
1539 Object[] qName = getInfo(null, bodyOut);
1556 - writeElement(writer, bodyOut, null, qName[QNAME_MARSHAL]); //....
1559 + writeElement(writer, bodyOut, null, qName[QNAME_MARSHAL]);