Uses of Class
com.sforce.ws.parser.XmlInputStream

Packages that use XmlInputStream
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
 void Result.load(XmlInputStream __in, TypeMapper __typeMapper)
           
 void QueryResultList.load(XmlInputStream __in, TypeMapper __typeMapper)
           
 void JobInfo.load(XmlInputStream __in, TypeMapper __typeMapper)
           
 void Error.load(XmlInputStream __in, TypeMapper __typeMapper)
           
 void BatchResult.load(XmlInputStream __in, TypeMapper __typeMapper)
           
 void BatchInfoList.load(XmlInputStream __in, TypeMapper __typeMapper)
           
 void BatchInfo.load(XmlInputStream __in, TypeMapper __typeMapper)
           
 void AsyncApiException.load(XmlInputStream __in, TypeMapper __typeMapper)
           
protected  void Result.loadFields(XmlInputStream __in, TypeMapper __typeMapper)
           
protected  void QueryResultList.loadFields(XmlInputStream __in, TypeMapper __typeMapper)
           
protected  void JobInfo.loadFields(XmlInputStream __in, TypeMapper __typeMapper)
           
protected  void Error.loadFields(XmlInputStream __in, TypeMapper __typeMapper)
           
protected  void BatchResult.loadFields(XmlInputStream __in, TypeMapper __typeMapper)
           
protected  void BatchInfoList.loadFields(XmlInputStream __in, TypeMapper __typeMapper)
           
protected  void BatchInfo.loadFields(XmlInputStream __in, TypeMapper __typeMapper)
           
protected  void AsyncApiException.loadFields(XmlInputStream __in, TypeMapper __typeMapper)
           
 

Uses of XmlInputStream in com.sforce.ws.bind
 

Methods in com.sforce.ws.bind with parameters of type XmlInputStream
 void TypeMapper.consumeEndTag(XmlInputStream in)
           
 void TypeMapper.consumeStartTag(XmlInputStream in)
           
 QName TypeMapper.getXsiType(XmlInputStream in)
           
 boolean TypeMapper.isElement(XmlInputStream in, TypeInfo info)
           
 void XmlObject.load(XmlInputStream in, TypeMapper typeMapper)
           
 void XMLizable.load(XmlInputStream in, TypeMapper typeMapper)
          load the fileds/children from the specified xml stream
 void SoapHeaderObject.load(XmlInputStream __in, TypeMapper __typeMapper)
           
protected  void XmlObject.loadAfterStartTag(XmlInputStream in, TypeMapper typeMapper)
           
protected  void SoapHeaderObject.loadFields(XmlInputStream __in, TypeMapper __typeMapper)
           
protected  void XmlObject.loadStartTag(XmlInputStream in, TypeMapper typeMapper)
           
 boolean TypeMapper.readBoolean(XmlInputStream in, TypeInfo info, Class<?> type)
           
 double TypeMapper.readDouble(XmlInputStream in, TypeInfo info, Class<?> type)
           
 float TypeMapper.readFloat(XmlInputStream in, TypeInfo info, Class<?> type)
           
 int TypeMapper.readInt(XmlInputStream in, TypeInfo info, Class<?> type)
           
 long TypeMapper.readLong(XmlInputStream in, TypeInfo info, Class<?> type)
           
 Object TypeMapper.readObject(XmlInputStream in, TypeInfo info, Class<?> type)
           
 Object TypeMapper.readPartialArray(XmlInputStream in, TypeInfo result__typeInfo, Class<?> type)
           
 String TypeMapper.readString(XmlInputStream in, TypeInfo info, Class<?> type)
           
 boolean TypeMapper.verifyElement(XmlInputStream in, TypeInfo info)
           
 

Uses of XmlInputStream in com.sforce.ws.wsdl
 

Constructors in com.sforce.ws.wsdl with parameters of type XmlInputStream
WsdlParser(XmlInputStream in)
           
 



Copyright © 2013. All Rights Reserved.