| Package | Description |
|---|---|
| org.apache.axis2.jaxws.core | |
| org.apache.axis2.jaxws.handler |
| Modifier and Type | Method and Description |
|---|---|
MEPContext |
MessageContext.getMEPContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageContext.setMEPContext(MEPContext mepCtx)
Set the wrapper MEPContext.
|
| Modifier and Type | Method and Description |
|---|---|
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<javax.xml.ws.handler.Handler> handlers,
HandlerChainProcessor.MEP mep,
boolean isOneWay)
Invoke Inbound Handlers
|
static boolean |
HandlerInvokerUtils.invokeInboundHandlersForClosure(MEPContext mepMessageCtx,
List<javax.xml.ws.handler.Handler> handlers,
HandlerChainProcessor.MEP mep)
Invoke Inbound Handlers
|
static boolean |
HandlerInvokerUtils.invokeOutboundHandlers(MEPContext mepMessageCtx,
List<javax.xml.ws.handler.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) |
| Constructor and Description |
|---|
LogicalMessageImpl(MEPContext m) |
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.