Class MEPContext

  • All Implemented Interfaces:
    Map<String,​Object>, MessageContext

    public class MEPContext
    extends Object
    implements MessageContext
    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.