| |
|
| java.lang.Object org.apache.axis2.jaxws.handler.MEPContext
MEPContext | public class MEPContext implements javax.xml.ws.handler.MessageContext(Code) | | The MEPContext is the version of the MessageContext
that will be given to application handlers as the handler list
is traversed. It is only to be used by application handlers.
The MEPContext object is constructed using a non-null request
context. Once the request has been fully processed in the JAX-WS engine,
the response context should be set on this. Since the response context
is always last, it takes priority in all MEPContext methods.
|
clear | public void clear()(Code) | | |
containsValue | public boolean containsValue(Object value)(Code) | | |
getApplicationScopedProperties | public Map<String, Object> getApplicationScopedProperties()(Code) | | The returned tempMap should be used as a read-only map as changes to it will
not propogate into the requestMC or responseMC
Watch out for infinite loop if you call another method in this class that uses this method.
|
getEndpointDesc | public EndpointDescription getEndpointDesc()(Code) | | |
isApplicationAccessLocked | public boolean isApplicationAccessLocked()(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | |
setApplicationAccessLocked | public void setApplicationAccessLocked(boolean applicationAccessLocked)(Code) | | |
|
|
|