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:
  • Constructor Details

    • EndpointContextMap

      public EndpointContextMap()