Package org.apache.axis2.jaxws.handler
Class HandlerInvocationContext
java.lang.Object
org.apache.axis2.jaxws.handler.HandlerInvocationContext
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<jakarta.xml.ws.handler.Handler>getMEP()booleanisOneWay()voidsetHandlers(List<jakarta.xml.ws.handler.Handler> handlers) voidvoidsetMessageContext(MessageContext messageContext) voidsetOneWay(boolean isOneWay)
-
Constructor Details
-
HandlerInvocationContext
public HandlerInvocationContext()
-
-
Method Details
-
isOneWay
public boolean isOneWay() -
setOneWay
public void setOneWay(boolean isOneWay) -
getMessageContext
-
setMessageContext
-
getMEP
-
setMEP
-
getHandlers
-
setHandlers
-