Uses of Interface
com.sforce.ws.bind.XMLizable

Packages that use XMLizable
com.sforce.async   
com.sforce.ws.bind Provides Java to XML binding. 
com.sforce.ws.transport Provides HTTP transport for SOAP. 
 

Uses of XMLizable in com.sforce.async
 

Classes in com.sforce.async that implement XMLizable
 class AsyncApiException
          AsyncApiException --
 class BatchInfo
          Async Api BatchInfo
 class BatchInfoList
          BatchInfoList --
 class BatchResult
          BatchResult --
 class Error
          Error --
 class JobInfo
          Async Api JobInfo
 class QueryResultList
          QueryResultList --
 class Result
           
 

Uses of XMLizable in com.sforce.ws.bind
 

Subinterfaces of XMLizable in com.sforce.ws.bind
 interface XmlTypeInfoProvider
          This interface can be used to indicate that it knows what its type Info is, and to use this in preference to asking to the TypeMapper for the type info.
 

Classes in com.sforce.ws.bind that implement XMLizable
 class SoapHeaderObject
          SoapHeaderObject
 class XmlObject
          This is a generic XML element -- same a DOM element.
 

Uses of XMLizable in com.sforce.ws.transport
 

Methods in com.sforce.ws.transport that return XMLizable
 XMLizable SoapConnection.send(QName requestElement, XMLizable request, QName responseElement, Class responseType)
           
 XMLizable SoapConnection.send(String soapAction, QName requestElement, XMLizable request, QName responseElement, Class responseType)
           
 

Methods in com.sforce.ws.transport with parameters of type XMLizable
 XMLizable SoapConnection.send(QName requestElement, XMLizable request, QName responseElement, Class responseType)
           
 XMLizable SoapConnection.send(String soapAction, QName requestElement, XMLizable request, QName responseElement, Class responseType)
           
 



Copyright © 2014. All Rights Reserved.