Interface InvocationContext

  • All Known Subinterfaces:
    EndpointInvocationContext
    All Known Implementing Classes:
    EndpointInvocationContextImpl, InvocationContextImpl

    public interface InvocationContext
    The InvocationContext encapsulates all of the information relevant to a particular invocation. This ties the context of the request back to the context of the response message (if applicable) through the use of the MessageContext API. There is a separate MessageContext for both the request and the response. *