public abstract class BaseSalesforceClientImpl extends java.lang.Object implements SalesforceClient
| Constructor and Description |
|---|
BaseSalesforceClientImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterPropertiesSet() |
java.lang.String |
getAuthEndpoint() |
int |
getConnectionTimeout() |
com.sforce.ws.ConnectorConfig |
getConnectorConfig() |
protected com.sforce.soap.partner.PartnerConnection |
getPartnerConnection() |
java.lang.String |
getPassword() |
int |
getReadTimeout() |
protected int |
getRetryCount(int retryCount,
com.sforce.async.AsyncApiException asyncApiException) |
protected int |
getRetryCount(int retryCount,
com.sforce.ws.ConnectionException connectionException) |
java.lang.String |
getServiceEndpoint() |
java.lang.String |
getSessionId() |
java.lang.String |
getUserName() |
boolean |
isDebugEnabled() |
void |
setAuthEndpoint(java.lang.String authEndpoint) |
void |
setConnectionTimeout(int connectionTimeout) |
void |
setDebugEnabled(boolean debugEnabled) |
void |
setPassword(java.lang.String password) |
void |
setReadTimeout(int readTimeout) |
void |
setServiceEndpoint(java.lang.String serviceEndpoint) |
void |
setSessionId(java.lang.String sessionId) |
void |
setUserName(java.lang.String userName) |
public java.lang.String getAuthEndpoint()
getAuthEndpoint in interface SalesforceClientpublic int getConnectionTimeout()
getConnectionTimeout in interface SalesforceClientpublic com.sforce.ws.ConnectorConfig getConnectorConfig()
getConnectorConfig in interface SalesforceClientpublic java.lang.String getPassword()
getPassword in interface SalesforceClientpublic int getReadTimeout()
getReadTimeout in interface SalesforceClientpublic java.lang.String getServiceEndpoint()
getServiceEndpoint in interface SalesforceClientpublic java.lang.String getSessionId()
getSessionId in interface SalesforceClientpublic java.lang.String getUserName()
getUserName in interface SalesforceClientpublic boolean isDebugEnabled()
isDebugEnabled in interface SalesforceClientpublic void setAuthEndpoint(java.lang.String authEndpoint)
setAuthEndpoint in interface SalesforceClientpublic void setConnectionTimeout(int connectionTimeout)
setConnectionTimeout in interface SalesforceClientpublic void setDebugEnabled(boolean debugEnabled)
setDebugEnabled in interface SalesforceClientpublic void setPassword(java.lang.String password)
setPassword in interface SalesforceClientpublic void setReadTimeout(int readTimeout)
setReadTimeout in interface SalesforceClientpublic void setServiceEndpoint(java.lang.String serviceEndpoint)
setServiceEndpoint in interface SalesforceClientpublic void setSessionId(java.lang.String sessionId)
setSessionId in interface SalesforceClientpublic void setUserName(java.lang.String userName)
setUserName in interface SalesforceClientprotected void afterPropertiesSet()
protected com.sforce.soap.partner.PartnerConnection getPartnerConnection()
throws com.sforce.ws.ConnectionException
com.sforce.ws.ConnectionExceptionprotected int getRetryCount(int retryCount,
com.sforce.async.AsyncApiException asyncApiException)
throws com.sforce.async.AsyncApiException
com.sforce.async.AsyncApiExceptionprotected int getRetryCount(int retryCount,
com.sforce.ws.ConnectionException connectionException)
throws com.sforce.ws.ConnectionException
com.sforce.ws.ConnectionException