Class HandlerInvocationContext

java.lang.Object
org.apache.axis2.jaxws.handler.HandlerInvocationContext

public class HandlerInvocationContext extends Object
This data bean will be passed to the HandlerInvoker instance. The bean will contain the necessary data in order to invoke either inbound or outbound Handler instances for a given request.
  • Constructor Details

    • HandlerInvocationContext

      public HandlerInvocationContext()
  • Method Details

    • isOneWay

      public boolean isOneWay()
    • setOneWay

      public void setOneWay(boolean isOneWay)
    • getMessageContext

      public MessageContext getMessageContext()
    • setMessageContext

      public void setMessageContext(MessageContext messageContext)
    • getMEP

      public HandlerChainProcessor.MEP getMEP()
    • setMEP

      public void setMEP(HandlerChainProcessor.MEP mep)
    • getHandlers

      public List<jakarta.xml.ws.handler.Handler> getHandlers()
    • setHandlers

      public void setHandlers(List<jakarta.xml.ws.handler.Handler> handlers)