|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MEPContext | |
---|---|
org.apache.axis2.jaxws.core | |
org.apache.axis2.jaxws.handler |
Uses of MEPContext in org.apache.axis2.jaxws.core |
---|
Methods in org.apache.axis2.jaxws.core that return MEPContext | |
---|---|
MEPContext |
MessageContext.getMEPContext()
|
Methods in org.apache.axis2.jaxws.core with parameters of type MEPContext | |
---|---|
void |
MessageContext.setMEPContext(MEPContext mepCtx)
Set the wrapper MEPContext. |
Uses of MEPContext in org.apache.axis2.jaxws.handler |
---|
Methods in org.apache.axis2.jaxws.handler with parameters of type MEPContext | |
---|---|
static void |
HandlerChainProcessor.convertToFaultMessage(MEPContext mepCtx,
java.lang.Exception e,
Protocol protocol)
|
static boolean |
HandlerInvokerUtils.invokeInboundHandlers(MEPContext mepMessageCtx,
java.util.List<Handler> handlers,
HandlerChainProcessor.MEP mep,
boolean isOneWay)
Invoke Inbound Handlers |
static boolean |
HandlerInvokerUtils.invokeOutboundHandlers(MEPContext mepMessageCtx,
java.util.List<Handler> handlers,
HandlerChainProcessor.MEP mep,
boolean isOneWay)
Invoke OutboundHandlers |
boolean |
HandlerChainProcessor.processChain(MEPContext mepCtx,
HandlerChainProcessor.Direction direction,
HandlerChainProcessor.MEP mep,
boolean expectResponse)
|
void |
HandlerChainProcessor.processFault(MEPContext mepCtx,
HandlerChainProcessor.Direction direction)
|
Constructors in org.apache.axis2.jaxws.handler with parameters of type MEPContext | |
---|---|
LogicalMessageImpl(MEPContext m)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |