Uses of Class
com.sforce.ws.parser.XmlOutputStream
-
Packages that use XmlOutputStream Package Description com.sforce.async com.sforce.ws.bind Provides Java to XML binding. -
-
Uses of XmlOutputStream in com.sforce.async
Subclasses of XmlOutputStream in com.sforce.async Modifier and Type Class Description classAsyncXmlOutputStreamAsyncXmlOutputStream --Methods in com.sforce.async with parameters of type XmlOutputStream Modifier and Type Method Description voidAsyncApiException. write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)voidBatchInfo. write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)voidBatchInfoList. write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)voidBatchResult. write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)voidError. write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)voidJobInfo. write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)voidQueryResultList. write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)voidResult. write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)voidSObject. write(XmlOutputStream out)Example:XYZ BLAH 123456 ParentEntityType foo@bar.com voidSObject. write(XmlOutputStream out, int depth)protected voidAsyncApiException. writeFields(XmlOutputStream __out, TypeMapper __typeMapper)protected voidBatchInfo. writeFields(XmlOutputStream __out, TypeMapper __typeMapper)protected voidBatchInfoList. writeFields(XmlOutputStream __out, TypeMapper __typeMapper)protected voidBatchResult. writeFields(XmlOutputStream __out, TypeMapper __typeMapper)protected voidError. writeFields(XmlOutputStream __out, TypeMapper __typeMapper)protected voidJobInfo. writeFields(XmlOutputStream __out, TypeMapper __typeMapper)protected voidQueryResultList. writeFields(XmlOutputStream __out, TypeMapper __typeMapper)protected voidResult. writeFields(XmlOutputStream __out, TypeMapper __typeMapper) -
Uses of XmlOutputStream in com.sforce.ws.bind
Methods in com.sforce.ws.bind with parameters of type XmlOutputStream Modifier and Type Method Description voidSoapHeaderObject. write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)voidXMLizable. write(QName element, XmlOutputStream out, TypeMapper typeMapper)write this instace as xml.voidXmlObject. write(QName element, XmlOutputStream out, TypeMapper typeMapper)voidXmlObjectWrapper. write(QName element, XmlOutputStream out, TypeMapper typeMapper)voidTypeMapper. writeBoolean(XmlOutputStream out, TypeInfo info, boolean value, boolean isSet)voidTypeMapper. writeDouble(XmlOutputStream out, TypeInfo info, double value, boolean isSet)protected voidSoapHeaderObject. writeFields(XmlOutputStream __out, TypeMapper __typeMapper)voidTypeMapper. writeFloat(XmlOutputStream out, TypeInfo info, float value, boolean isSet)voidTypeMapper. writeInt(XmlOutputStream out, TypeInfo info, int value, boolean isSet)voidTypeMapper. writeLong(XmlOutputStream out, TypeInfo info, long value, boolean isSet)voidTypeMapper. writeObject(XmlOutputStream out, TypeInfo info, Object value, boolean isSet)voidTypeMapper. writeString(XmlOutputStream out, TypeInfo info, String value, boolean isSet)voidTypeMapper. writeXsiType(XmlOutputStream out, String typeNS, String type)write xsi type.
-