| 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.
|
| 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 © 2015. All Rights Reserved.