org.apache.axis2.jaxws.addressing.util
Class EndpointContextMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.concurrent.ConcurrentHashMap<EndpointKey,java.lang.Object>
          extended by org.apache.axis2.jaxws.addressing.util.EndpointContextMap
All Implemented Interfaces:
java.io.Serializable, java.util.concurrent.ConcurrentMap<EndpointKey,java.lang.Object>, java.util.Map<EndpointKey,java.lang.Object>

public class EndpointContextMap
extends java.util.concurrent.ConcurrentHashMap<EndpointKey,java.lang.Object>

This class stores the context needed to correctly produce instances of EndpointReference for a particular web service endpoint identified by an EndpointKey.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
EndpointContextMap()
           
 
Method Summary
 
Methods inherited from class java.util.concurrent.ConcurrentHashMap
clear, contains, containsKey, containsValue, elements, entrySet, get, isEmpty, keys, keySet, put, putAll, putIfAbsent, remove, remove, replace, replace, size, values
 
Methods inherited from class java.util.AbstractMap
clone, 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

EndpointContextMap

public EndpointContextMap()


Copyright © 2007 Apache Web Services Project. All Rights Reserved.