Celtix User APIs

org.objectweb.celtix.context
Class GenericMessageContext

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,Object>
          extended by org.objectweb.celtix.context.GenericMessageContext
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>, javax.xml.ws.handler.MessageContext
Direct Known Subclasses:
ObjectMessageContextImpl

public class GenericMessageContext
extends HashMap<String,Object>
implements javax.xml.ws.handler.MessageContext

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.xml.ws.handler.MessageContext
javax.xml.ws.handler.MessageContext.Scope
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Field Summary
protected  Map<String,javax.xml.ws.handler.MessageContext.Scope> scopes
           
 
Fields inherited from interface javax.xml.ws.handler.MessageContext
HTTP_REQUEST_HEADERS, HTTP_REQUEST_METHOD, HTTP_RESPONSE_CODE, HTTP_RESPONSE_HEADERS, MESSAGE_ATTACHMENTS, MESSAGE_OUTBOUND_PROPERTY, SERVLET_CONTEXT, SERVLET_REQUEST, SERVLET_RESPONSE, SERVLET_SESSION, WSDL_DESCRIPTION, WSDL_INTERFACE, WSDL_OPERATION, WSDL_PORT, WSDL_SERVICE
 
Constructor Summary
GenericMessageContext()
           
 
Method Summary
 javax.xml.ws.handler.MessageContext.Scope getScope(String arg0)
           
 void setScope(String arg0, javax.xml.ws.handler.MessageContext.Scope arg1)
           
 
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
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Field Detail

scopes

protected Map<String,javax.xml.ws.handler.MessageContext.Scope> scopes
Constructor Detail

GenericMessageContext

public GenericMessageContext()
Method Detail

setScope

public void setScope(String arg0,
                     javax.xml.ws.handler.MessageContext.Scope arg1)
Specified by:
setScope in interface javax.xml.ws.handler.MessageContext

getScope

public javax.xml.ws.handler.MessageContext.Scope getScope(String arg0)
Specified by:
getScope in interface javax.xml.ws.handler.MessageContext

Celtix User APIs