org.codehaus.xfire.jaxws.handler
Class AbstractMessageContext

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<java.lang.String,java.lang.Object>
          extended by org.codehaus.xfire.jaxws.handler.AbstractMessageContext
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>
Direct Known Subclasses:
LogicalMessageContext, SOAPMessageContext

public class AbstractMessageContext
extends java.util.HashMap<java.lang.String,java.lang.Object>

See Also:
Serialized Form

Constructor Summary
AbstractMessageContext()
           
 
Method Summary
 Scope getScope(java.lang.String property)
           
 void setScope(java.lang.String property, Scope scope)
           
 
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
 

Constructor Detail

AbstractMessageContext

public AbstractMessageContext()
Method Detail

getScope

public Scope getScope(java.lang.String property)

setScope

public void setScope(java.lang.String property,
                     Scope scope)


Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.