org.apache.axis2.jaxws.addressing.util
Class EndpointContextMap
java.lang.Object
java.util.AbstractMap<K,V>
java.util.concurrent.ConcurrentHashMap<EndpointKey,Object>
org.apache.axis2.jaxws.addressing.util.EndpointContextMap
- All Implemented Interfaces:
- Serializable, ConcurrentMap<EndpointKey,Object>, Map<EndpointKey,Object>
public class EndpointContextMap
- extends ConcurrentHashMap<EndpointKey,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 classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
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 |
EndpointContextMap
public EndpointContextMap()
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.