toolbox.oracle.siebel.session.services
Interface SiebelSessionTokenService

All Known Implementing Classes:
SiebelSessionTokenServiceImpl

public interface SiebelSessionTokenService

Interface that defines a service to obtain session tokens from Oracle Siebel.

Author:
Hannes Holtzhausen

Method Summary
 TokenMessage getSessionToken(TokenMessage message)
          Obtain a session token using the details in the provided TokenMessage.
 void releaseSessionToken(TokenMessage message)
          Return the leased session token contained in the provided TokenMessage.
 

Method Detail

getSessionToken

TokenMessage getSessionToken(TokenMessage message)
Obtain a session token using the details in the provided TokenMessage.

Parameters:
message - TokenMessage instance.

releaseSessionToken

void releaseSessionToken(TokenMessage message)
Return the leased session token contained in the provided TokenMessage.

Parameters:
message - TokenMessage containing the token that must be returned.