| Package | Description |
|---|---|
| com.sforce.async | |
| com.sforce.bulk | |
| com.sforce.ws |
Provides an implementation of the Partner and Enterprise WSDL API client.
|
| com.sforce.ws.bind |
Provides Java to XML binding.
|
| com.sforce.ws.transport |
Provides HTTP transport for SOAP.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectorConfig |
BulkConnection.getConfig() |
| Constructor and Description |
|---|
BulkConnection(ConnectorConfig config) |
| Modifier and Type | Method and Description |
|---|---|
ConnectorConfig |
StreamHandler.getConfig() |
| Modifier and Type | Field and Description |
|---|---|
static ConnectorConfig |
ConnectorConfig.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
SessionRenewer.SessionRenewalHeader |
SessionRenewer.renewSession(ConnectorConfig config)
This method is called when an expired session is detected.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypeMapper.setConfig(ConnectorConfig config) |
| Modifier and Type | Method and Description |
|---|---|
static HttpURLConnection |
JdkHttpTransport.createConnection(ConnectorConfig config,
URL url,
HashMap<String,String> httpHeaders) |
static HttpURLConnection |
JdkHttpTransport.createConnection(ConnectorConfig config,
URL url,
HashMap<String,String> httpHeaders,
boolean enableCompression) |
static com.google.appengine.api.urlfetch.HTTPRequest |
GaeHttpTransport.createRequest(ConnectorConfig config,
URL url,
Map<String,String> httpHeaders) |
static com.google.appengine.api.urlfetch.HTTPRequest |
GaeHttpTransport.createRequest(ConnectorConfig config,
URL url,
Map<String,String> httpHeaders,
boolean enableCompression) |
void |
Transport.setConfig(ConnectorConfig config) |
void |
JdkHttpTransport.setConfig(ConnectorConfig config) |
void |
GaeHttpTransport.setConfig(ConnectorConfig config) |
| Constructor and Description |
|---|
JdkHttpTransport(ConnectorConfig config) |
MessageHandlerOutputStream(ConnectorConfig config,
URL url,
OutputStream output) |
SoapConnection(String url,
String objectNamespace,
TypeMapper typeMapper,
ConnectorConfig config) |
Copyright © 2015. All Rights Reserved.