org.apache.cxf.endpoint
Class ClientImpl.EchoContext
java.lang.Object
  
java.util.AbstractMap<K,V>
      
java.util.HashMap<String,Object>
          
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
 
 
 
 
 
 
 
ClientImpl.EchoContext
public ClientImpl.EchoContext(Map<String,Object> sharedMap)
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