org.apache.axis2.jaxws.handler
Class HandlerInvocationContext

java.lang.Object
  extended by 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
HandlerInvocationContext()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerInvocationContext

public HandlerInvocationContext()
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)

getHandlers

public List<Handler> getHandlers()

setHandlers

public void setHandlers(List<Handler> handlers)


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.