Uses of Interface
com.sforce.ws.bind.XMLizable
-
Packages that use XMLizable Package Description 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 Modifier and Type Class Description classAsyncApiExceptionAsyncApiException --classBatchInfoAsync Api BatchInfoclassBatchInfoListBatchInfoList --classBatchResultBatchResult --classErrorError --classJobInfoAsync Api JobInfoclassQueryResultListQueryResultList --classResult -
Uses of XMLizable in com.sforce.ws.bind
Subinterfaces of XMLizable in com.sforce.ws.bind Modifier and Type Interface Description interfaceXmlTypeInfoProviderThis 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 Modifier and Type Class Description classSoapHeaderObjectSoapHeaderObjectclassXmlObjectThis is a generic XML element -- same a DOM element.classXmlObjectWrapperThis class wraps an XMLizable and presents it as an XmlObject so that we can later convert this object to the complex type this represents.Methods in com.sforce.ws.bind that return XMLizable Modifier and Type Method Description XMLizableXmlObject. asTyped()Because we create complex types as subclasses of XMLizable instead of XmlObject (and we don't want to change interfaces), this method will return this as the complex type subclass of XMLizable, if this represents a complex type.XMLizableXmlObjectWrapper. asTyped()Methods in com.sforce.ws.bind that return types with arguments of type XMLizable Modifier and Type Method Description java.util.Iterator<XMLizable>XmlObject. getTypedChildren()Similar toXmlObject.asTyped(), this will return this object's children as the proper complex type subclass of XMLizable, if they are complex types.Constructors in com.sforce.ws.bind with parameters of type XMLizable Constructor Description XmlObjectWrapper(XMLizable xmlizable) -
Uses of XMLizable in com.sforce.ws.transport
Methods in com.sforce.ws.transport that return XMLizable Modifier and Type Method Description XMLizableSoapConnection. send(java.lang.String soapAction, javax.xml.namespace.QName requestElement, XMLizable request, javax.xml.namespace.QName responseElement, java.lang.Class responseType)XMLizableSoapConnection. send(javax.xml.namespace.QName requestElement, XMLizable request, javax.xml.namespace.QName responseElement, java.lang.Class responseType)Methods in com.sforce.ws.transport with parameters of type XMLizable Modifier and Type Method Description XMLizableSoapConnection. send(java.lang.String soapAction, javax.xml.namespace.QName requestElement, XMLizable request, javax.xml.namespace.QName responseElement, java.lang.Class responseType)XMLizableSoapConnection. send(javax.xml.namespace.QName requestElement, XMLizable request, javax.xml.namespace.QName responseElement, java.lang.Class responseType)
-