Uses of Class
com.sforce.ws.parser.XmlInputStream
-
Packages that use XmlInputStream Package Description com.sforce.async com.sforce.ws.bind Provides Java to XML binding.com.sforce.ws.wsdl Provides an WSDL Object model that can parse and generate WSDL. -
-
Uses of XmlInputStream in com.sforce.async
Methods in com.sforce.async with parameters of type XmlInputStream Modifier and Type Method Description voidAsyncApiException. load(XmlInputStream __in, TypeMapper __typeMapper)voidBatchInfo. load(XmlInputStream __in, TypeMapper __typeMapper)voidBatchInfoList. load(XmlInputStream __in, TypeMapper __typeMapper)voidBatchResult. load(XmlInputStream __in, TypeMapper __typeMapper)voidError. load(XmlInputStream __in, TypeMapper __typeMapper)voidJobInfo. load(XmlInputStream __in, TypeMapper __typeMapper)voidQueryResultList. load(XmlInputStream __in, TypeMapper __typeMapper)voidResult. load(XmlInputStream __in, TypeMapper __typeMapper)protected voidAsyncApiException. loadFields(XmlInputStream __in, TypeMapper __typeMapper)protected voidBatchInfo. loadFields(XmlInputStream __in, TypeMapper __typeMapper)protected voidBatchInfoList. loadFields(XmlInputStream __in, TypeMapper __typeMapper)protected voidBatchResult. loadFields(XmlInputStream __in, TypeMapper __typeMapper)protected voidError. loadFields(XmlInputStream __in, TypeMapper __typeMapper)protected voidJobInfo. loadFields(XmlInputStream __in, TypeMapper __typeMapper)protected voidQueryResultList. loadFields(XmlInputStream __in, TypeMapper __typeMapper)protected voidResult. loadFields(XmlInputStream __in, TypeMapper __typeMapper) -
Uses of XmlInputStream in com.sforce.ws.bind
Methods in com.sforce.ws.bind with parameters of type XmlInputStream Modifier and Type Method Description voidTypeMapper. consumeEndTag(XmlInputStream in)voidTypeMapper. consumeStartTag(XmlInputStream in)QNameTypeMapper. getXsiType(XmlInputStream in)booleanTypeMapper. isElement(XmlInputStream in, TypeInfo info)voidSoapHeaderObject. load(XmlInputStream __in, TypeMapper __typeMapper)voidXMLizable. load(XmlInputStream in, TypeMapper typeMapper)load the fileds/children from the specified xml streamvoidXmlObject. load(XmlInputStream in, TypeMapper typeMapper)voidXmlObjectWrapper. load(XmlInputStream in, TypeMapper typeMapper)protected voidXmlObject. loadAfterStartTag(XmlInputStream in, TypeMapper typeMapper)protected voidSoapHeaderObject. loadFields(XmlInputStream __in, TypeMapper __typeMapper)protected voidXmlObject. loadStartTag(XmlInputStream in, TypeMapper typeMapper)booleanTypeMapper. readBoolean(XmlInputStream in, TypeInfo info, Class<?> type)BigDecimalTypeMapper. readDecimal(XmlInputStream in, TypeInfo info, Class<?> type)doubleTypeMapper. readDouble(XmlInputStream in, TypeInfo info, Class<?> type)floatTypeMapper. readFloat(XmlInputStream in, TypeInfo info, Class<?> type)intTypeMapper. readInt(XmlInputStream in, TypeInfo info, Class<?> type)longTypeMapper. readLong(XmlInputStream in, TypeInfo info, Class<?> type)ObjectTypeMapper. readObject(XmlInputStream in, TypeInfo info, Class<?> type)ObjectTypeMapper. readPartialArray(XmlInputStream in, TypeInfo result__typeInfo, Class<?> type)StringTypeMapper. readString(XmlInputStream in, TypeInfo info, Class<?> type)booleanTypeMapper. verifyElement(XmlInputStream in, TypeInfo info) -
Uses of XmlInputStream in com.sforce.ws.wsdl
Constructors in com.sforce.ws.wsdl with parameters of type XmlInputStream Constructor Description WsdlParser(XmlInputStream in)
-