org.ogf.graap.wsag.server.api
Class WsagMessageContext
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
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
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
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
WsagMessageContext
public WsagMessageContext()
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.