Apache CXF API

org.apache.cxf.endpoint
Class ClientImpl.EchoContext

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,Object>
          extended by org.apache.cxf.endpoint.ClientImpl.EchoContext
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>
Enclosing class:
ClientImpl

public static class ClientImpl.EchoContext
extends HashMap<String,Object>

See Also:
Serialized Form

Constructor Summary
ClientImpl.EchoContext(Map<String,Object> sharedMap)
           
 
Method Summary
 Object put(String key, Object value)
           
 void putAll(Map<? extends String,? extends Object> t)
           
 void reload()
           
 Object remove(Object key)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, 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

ClientImpl.EchoContext

public ClientImpl.EchoContext(Map<String,Object> sharedMap)
Method Detail

put

public Object put(String key,
                  Object value)
Specified by:
put in interface Map<String,Object>
Overrides:
put in class HashMap<String,Object>

putAll

public void putAll(Map<? extends String,? extends Object> t)
Specified by:
putAll in interface Map<String,Object>
Overrides:
putAll in class HashMap<String,Object>

remove

public Object remove(Object key)
Specified by:
remove in interface Map<String,Object>
Overrides:
remove in class HashMap<String,Object>

reload

public void reload()

Apache CXF API

Apache CXF