| Methods in com.sforce.async with parameters of type XmlOutputStream |
void |
Result.write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
|
void |
QueryResultList.write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
|
void |
JobInfo.write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
|
void |
Error.write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
|
void |
BatchResult.write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
|
void |
BatchInfoList.write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
|
void |
BatchInfo.write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
|
void |
AsyncApiException.write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
|
void |
SObject.write(XmlOutputStream out)
Example:
XYZ
BLAH
123456
| Methods in com.sforce.ws.bind with parameters of type XmlOutputStream |
void |
XmlObject.write(QName element,
XmlOutputStream out,
TypeMapper typeMapper)
|
void |
XMLizable.write(QName element,
XmlOutputStream out,
TypeMapper typeMapper)
write this instace as xml. |
void |
SoapHeaderObject.write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
|
void |
TypeMapper.writeBoolean(XmlOutputStream out,
TypeInfo info,
boolean value,
boolean isSet)
|
void |
TypeMapper.writeDouble(XmlOutputStream out,
TypeInfo info,
double value,
boolean isSet)
|
protected void |
SoapHeaderObject.writeFields(XmlOutputStream __out,
TypeMapper __typeMapper)
|
void |
TypeMapper.writeFloat(XmlOutputStream out,
TypeInfo info,
float value,
boolean isSet)
|
void |
TypeMapper.writeInt(XmlOutputStream out,
TypeInfo info,
int value,
boolean isSet)
|
void |
TypeMapper.writeLong(XmlOutputStream out,
TypeInfo info,
long value,
boolean isSet)
|
void |
TypeMapper.writeObject(XmlOutputStream out,
TypeInfo info,
Object value,
boolean isSet)
|
void |
TypeMapper.writeString(XmlOutputStream out,
TypeInfo info,
String value,
boolean isSet)
|
void |
TypeMapper.writeXsiType(XmlOutputStream out,
String typeNS,
String type)
write xsi type. |
Copyright © 2014. All Rights Reserved.
|