public interface

SessionRenewer

com.sforce.ws.SessionRenewer

Summary

Nested Classes
class SessionRenewer.SessionRenewalHeader  
Public Methods
abstract SessionRenewer.SessionRenewalHeader renewSession(ConnectorConfig config)
This method is called when an expired session is detected.

Public Methods

public abstract SessionRenewer.SessionRenewalHeader renewSession (ConnectorConfig config)

This method is called when an expired session is detected. The returned object needs to be a valid SessionRenewAlHeader so that the current request can be re-tried. If the return value is null current call shall not be retired even though the session has been refreshed.

Parameters
config