Methods in org.apache.axis2.jaxws.handler with parameters of type MEPContext |
static void |
HandlerChainProcessor.convertToFaultMessage(MEPContext mepCtx,
Exception e,
Protocol protocol)
|
static void |
HandlerChainProcessor.convertToFaultMessage(MEPContext mepCtx,
Exception e,
Protocol protocol,
boolean checkMsg)
Converts the Exception into an XML Fault Message that is stored on the MEPContext. |
static boolean |
HandlerInvokerUtils.invokeInboundHandlers(MEPContext mepMessageCtx,
List<Handler> handlers,
HandlerChainProcessor.MEP mep,
boolean isOneWay)
Invoke Inbound Handlers |
static boolean |
HandlerInvokerUtils.invokeInboundHandlersForClosure(MEPContext mepMessageCtx,
List<Handler> handlers,
HandlerChainProcessor.MEP mep)
Invoke Inbound Handlers |
static boolean |
HandlerInvokerUtils.invokeOutboundHandlers(MEPContext mepMessageCtx,
List<Handler> handlers,
HandlerChainProcessor.MEP mep,
boolean isOneWay)
Invoke OutboundHandlers |
boolean |
HandlerChainProcessor.processChain(MEPContext mepCtx,
HandlerChainProcessor.Direction direction,
HandlerChainProcessor.MEP mep,
boolean expectResponse)
|
boolean |
HandlerChainProcessor.processChainForClose(MEPContext mepCtx,
HandlerChainProcessor.Direction direction)
|
void |
HandlerChainProcessor.processFault(MEPContext mepCtx,
HandlerChainProcessor.Direction direction)
|