Package com.sforce.ws
Interface SessionRenewer
public interface SessionRenewer
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionrenewSession(ConnectorConfig config) This method is called when an expired session is detected.
-
Method Details
-
renewSession
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.- Throws:
ConnectionException
-