Uses of Interface
com.sforce.ws.bind.XMLizable
Packages that use XMLizable
Package
Description
Provides Java to XML binding.
Provides HTTP transport for SOAP.
-
Uses of XMLizable in com.sforce.async
Classes in com.sforce.async that implement XMLizableModifier and TypeClassDescriptionclassAsyncApiException --classAsync Api BatchInfoclassBatchInfoList --classBatchResult --classError --classAsync Api JobInfoclassQueryResultList --class -
Uses of XMLizable in com.sforce.ws.bind
Subinterfaces of XMLizable in com.sforce.ws.bindModifier and TypeInterfaceDescriptioninterfaceThis 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 XMLizableModifier and TypeClassDescriptionclassSoapHeaderObjectclassThis is a generic XML element -- same a DOM element.classThis 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 XMLizableModifier and TypeMethodDescriptionXmlObject.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.XmlObjectWrapper.asTyped()Methods in com.sforce.ws.bind that return types with arguments of type XMLizableModifier and TypeMethodDescriptionXmlObject.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 -
Uses of XMLizable in com.sforce.ws.transport
Methods in com.sforce.ws.transport that return XMLizableModifier and TypeMethodDescriptionSoapConnection.send(String soapAction, QName requestElement, XMLizable request, QName responseElement, Class responseType) SoapConnection.send(QName requestElement, XMLizable request, QName responseElement, Class responseType) Methods in com.sforce.ws.transport with parameters of type XMLizable