public class HandlerInvocationContext extends Object
Constructor and Description |
---|
HandlerInvocationContext() |
Modifier and Type | Method and 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) |
public boolean isOneWay()
public void setOneWay(boolean isOneWay)
public MessageContext getMessageContext()
public void setMessageContext(MessageContext messageContext)
public HandlerChainProcessor.MEP getMEP()
public void setMEP(HandlerChainProcessor.MEP mep)
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.