org.ogf.graap.wsag.server.api
Class WsagMessageContext

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,Object>
          extended by org.ogf.graap.wsag.server.api.WsagMessageContext
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>

public class WsagMessageContext
extends HashMap<String,Object>

WSAGMessageContext

Author:
Oliver Waeldrich
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Field Summary
static String AXIS_MESSAGE_CONTEXT
          Identifies the AXIS2 message context in the WsagMessageContext.
static String WSAG4J_SESSION
          Identifies a WSAG4J session in the WsagMessageContext.
 
Constructor Summary
WsagMessageContext()
           
 
Method Summary
 WsagSession getSession()
           
 void setSession(WsagSession session)
          Sets the current WSAG4J session.
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

AXIS_MESSAGE_CONTEXT

public static final String AXIS_MESSAGE_CONTEXT
Identifies the AXIS2 message context in the WsagMessageContext.

See Also:
Constant Field Values

WSAG4J_SESSION

public static final String WSAG4J_SESSION
Identifies a WSAG4J session in the WsagMessageContext.

See Also:
Constant Field Values
Constructor Detail

WsagMessageContext

public WsagMessageContext()
Method Detail

getSession

public WsagSession getSession()
Returns:
the current WSAG4J session

setSession

public void setSession(WsagSession session)
Sets the current WSAG4J session.

Parameters:
session - the current WSAG4J session


Copyright © 2008-2012. All Rights Reserved.