Interface WebServiceContextInjector

    • Method Detail

      • addMessageContext

        void addMessageContext​(WebServiceContext wc,
                               MessageContext mc)
        MessageContext is made availble to the endpoint instance via the WebServiceContext. This method will add MessageContext to WebServiceContext that is injected in WebService. MessageContext represents the context of Inbound message following the Handler Execution. Only properties with Application scope will be exposed.
        Parameters:
        wc -
        mc -