Class EndpointContextMapManager
- java.lang.Object
-
- org.apache.axis2.jaxws.addressing.util.EndpointContextMapManager
-
public class EndpointContextMapManager extends Object
This class is used to manage the association between anEndpointContextMap
and a thread.
-
-
Constructor Summary
Constructors Constructor Description EndpointContextMapManager()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EndpointContextMap
getEndpointContextMap()
static EndpointContextMap
setEndpointContextMap(EndpointContextMap newMap)
-
-
-
Method Detail
-
setEndpointContextMap
public static EndpointContextMap setEndpointContextMap(EndpointContextMap newMap)
-
getEndpointContextMap
public static EndpointContextMap getEndpointContextMap()
-
-