| Package | Description |
|---|---|
| com.sforce.async | |
| com.sforce.ws.bind |
Provides Java to XML binding.
|
| com.sforce.ws.transport |
Provides HTTP transport for SOAP.
|
| Modifier and Type | Class and Description |
|---|---|
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 |
| Modifier and Type | Interface and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SoapHeaderObject
SoapHeaderObject
|
class |
XmlObject
This is a generic XML element -- same a DOM element.
|
class |
XmlObjectWrapper
This class wraps an XMLizable and presents it as an XmlObject so that we
can later convert this object to the complex type this represents.
|
| Modifier and Type | Method and Description |
|---|---|
XMLizable |
XmlObject.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.
|
XMLizable |
XmlObjectWrapper.asTyped() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<XMLizable> |
XmlObject.getTypedChildren()
Similar to
XmlObject.asTyped(), this will return this object's children
as the proper complex type subclass of XMLizable, if they are complex
types. |
| Constructor and Description |
|---|
XmlObjectWrapper(XMLizable xmlizable) |
| Modifier and Type | Method and Description |
|---|---|
XMLizable |
SoapConnection.send(QName requestElement,
XMLizable request,
QName responseElement,
Class responseType) |
XMLizable |
SoapConnection.send(String soapAction,
QName requestElement,
XMLizable request,
QName responseElement,
Class responseType) |
| Modifier and Type | Method and Description |
|---|---|
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 © 2020. All rights reserved.