Package org.apache.axis2.jaxws.handler
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 Summary
Constructors Constructor Description HandlerInvocationContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Handler>
getHandlers()
HandlerChainProcessor.MEP
getMEP()
MessageContext
getMessageContext()
boolean
isOneWay()
void
setHandlers(List<Handler> handlers)
void
setMEP(HandlerChainProcessor.MEP mep)
void
setMessageContext(MessageContext messageContext)
void
setOneWay(boolean isOneWay)
-
-
-
Method Detail
-
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)
-
-