org.apache.axis2.jaxws.handler
Class HandlerInvocationContext
java.lang.Object
org.apache.axis2.jaxws.handler.HandlerInvocationContext
public class HandlerInvocationContext
- extends java.lang.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HandlerInvocationContext
public HandlerInvocationContext()
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 java.util.List<Handler> getHandlers()
setHandlers
public void setHandlers(java.util.List<Handler> handlers)
Copyright © 2007 Apache Web Services Project. All Rights Reserved.