Uses of Class
org.apache.axis2.jaxws.handler.MEPContext
-
Packages that use MEPContext Package Description 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 Modifier and Type Method Description MEPContext
MessageContext. getMEPContext()
Methods in org.apache.axis2.jaxws.core with parameters of type MEPContext Modifier and Type Method Description 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 Modifier and Type Method 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<Handler> handlers, HandlerChainProcessor.MEP mep, boolean isOneWay)
Invoke Inbound Handlersstatic boolean
HandlerInvokerUtils. invokeInboundHandlersForClosure(MEPContext mepMessageCtx, List<Handler> handlers, HandlerChainProcessor.MEP mep)
Invoke Inbound Handlersstatic boolean
HandlerInvokerUtils. invokeOutboundHandlers(MEPContext mepMessageCtx, List<Handler> handlers, HandlerChainProcessor.MEP mep, boolean isOneWay)
Invoke OutboundHandlersboolean
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)
Constructors in org.apache.axis2.jaxws.handler with parameters of type MEPContext Constructor Description LogicalMessageImpl(MEPContext m)
-