| java.lang.Object org.apache.axis2.jaxws.handler.HandlerChainProcessor
HandlerChainProcessor | public class HandlerChainProcessor (Code) | | |
Inner Class :public enum Direction | |
Inner Class :public enum MEP | |
Method Summary | |
public static void | convertToFaultMessage(MEPContext mepCtx, Exception e, Protocol protocol) | public boolean | processChain(MEPContext mepCtx, Direction direction, MEP mep, boolean expectResponse) Parameters: mc - By the time processChain method is called, we already have the sorted chain,and now we have the direction, MEP, MessageContext, and if a response is expected. | public void | processFault(MEPContext mepCtx, Direction direction) |
processChain | public boolean processChain(MEPContext mepCtx, Direction direction, MEP mep, boolean expectResponse)(Code) | | Parameters: mc - By the time processChain method is called, we already have the sorted chain,and now we have the direction, MEP, MessageContext, and if a response is expected. We shouldbe able to handle everything from here, no pun intended.Two things a user of processChain should check when the method completes:1. Has the MessageContext.MESSAGE_OUTBOUND_PROPERTY changed, indicating reversal of message direction2. Has the message been converted to a fault message? (indicated by a flag in the message) |
processFault | public void processFault(MEPContext mepCtx, Direction direction)(Code) | | |
|
|