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 |
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 |
setUserName(java.lang.String userName) |
public java.lang.String getAuthEndpoint()
getAuthEndpoint
in interface SalesforceClient
public int getConnectionTimeout()
getConnectionTimeout
in interface SalesforceClient
public com.sforce.ws.ConnectorConfig getConnectorConfig()
getConnectorConfig
in interface SalesforceClient
public java.lang.String getPassword()
getPassword
in interface SalesforceClient
public int getReadTimeout()
getReadTimeout
in interface SalesforceClient
public java.lang.String getUserName()
getUserName
in interface SalesforceClient
public boolean isDebugEnabled()
isDebugEnabled
in interface SalesforceClient
public void setAuthEndpoint(java.lang.String authEndpoint)
setAuthEndpoint
in interface SalesforceClient
public void setConnectionTimeout(int connectionTimeout)
setConnectionTimeout
in interface SalesforceClient
public void setDebugEnabled(boolean debugEnabled)
setDebugEnabled
in interface SalesforceClient
public void setPassword(java.lang.String password)
setPassword
in interface SalesforceClient
public void setReadTimeout(int readTimeout)
setReadTimeout
in interface SalesforceClient
public void setUserName(java.lang.String userName)
setUserName
in interface SalesforceClient
protected void afterPropertiesSet()
protected com.sforce.soap.partner.PartnerConnection getPartnerConnection() throws com.sforce.ws.ConnectionException
com.sforce.ws.ConnectionException
protected int getRetryCount(int retryCount, com.sforce.async.AsyncApiException asyncApiException) throws com.sforce.async.AsyncApiException
com.sforce.async.AsyncApiException
protected int getRetryCount(int retryCount, com.sforce.ws.ConnectionException connectionException) throws com.sforce.ws.ConnectionException
com.sforce.ws.ConnectionException