IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.http
Class HttpChannelSession

java.lang.Object
  extended by com.ibm.btt.http.HttpChannelSession
All Implemented Interfaces:
ChannelSession

public class HttpChannelSession
extends java.lang.Object
implements ChannelSession

The channel session used to wrap the HttpSession.


Field Summary
protected  javax.servlet.http.HttpSession session
           
 
Constructor Summary
HttpChannelSession(javax.servlet.http.HttpSession session)
          Construct the HttpChannelSession object
 
Method Summary
 java.lang.String getId()
          Returns the value of the id property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

session

protected javax.servlet.http.HttpSession session
Constructor Detail

HttpChannelSession

public HttpChannelSession(javax.servlet.http.HttpSession session)
Construct the HttpChannelSession object

Parameters:
session - the HttpSession object
Method Detail

getId

public java.lang.String getId()
Description copied from interface: ChannelSession
Returns the value of the id property.

Specified by:
getId in interface ChannelSession
Returns:
the session id of the http session

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009