OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bodyOut
(Results
1 - 3
of
3
) sorted by null
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
SoapEnvelope.java
85
public Object
bodyOut
;
246
((Node)
bodyOut
).write(writer);
254
bodyOut
= soapObject;
/packages/apps/Email/tests/src/com/android/email/
LegacyConversionsTest.java
238
final OutputStream
bodyOut
= new FileOutputStream(tempBodyFile);
240
outMessage.writeTo(
bodyOut
);
242
bodyOut
.close();
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
SoapSerializationEnvelope.java
125
* Set the
bodyOut
to be empty so that no un-needed xml is create. The null value for
bodyOut
will
132
bodyOut
= null;
563
if (
bodyOut
!= null) {
565
multiRef.addElement(
bodyOut
);
566
Object[] qName = getInfo(null,
bodyOut
);
576
writeElement(writer,
bodyOut
, null, qName[QNAME_MARSHAL]); //....
Completed in 69 milliseconds