| Package | Description |
|---|---|
| com.sforce.async | |
| com.sforce.ws.bind |
Provides Java to XML binding.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncXmlOutputStream
AsyncXmlOutputStream --
|
| Modifier and Type | Method and Description | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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:
Uses of XmlOutputStream in com.sforce.ws.bind
Copyright © 2015. All Rights Reserved. |