Uses of Class
com.sforce.ws.bind.TypeInfo

Packages that use TypeInfo
com.sforce.ws.bind Provides Java to XML binding. 
 

Uses of TypeInfo in com.sforce.ws.bind
 

Methods in com.sforce.ws.bind that return TypeInfo
 TypeInfo XmlTypeInfoProvider.getTypeInfo(String elemNamespaceURI, String elemLocalName, TypeMapper mapper)
           
 

Methods in com.sforce.ws.bind with parameters of type TypeInfo
 boolean TypeMapper.isElement(XmlInputStream in, TypeInfo info)
           
 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)
           
 void TypeMapper.writeBoolean(XmlOutputStream out, TypeInfo info, boolean value, boolean isSet)
           
 void TypeMapper.writeDouble(XmlOutputStream out, TypeInfo info, double value, boolean isSet)
           
 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)
           
 



Copyright © 2013. All Rights Reserved.