Uses of Class
org.apache.axis2.jaxws.handler.MEPContext
Packages that use MEPContext
-
Uses of MEPContext in org.apache.axis2.jaxws.core
Methods in org.apache.axis2.jaxws.core that return MEPContextMethods in org.apache.axis2.jaxws.core with parameters of type MEPContextModifier and TypeMethodDescriptionvoidMessageContext.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 MEPContextModifier and TypeMethodDescriptionstatic voidHandlerChainProcessor.convertToFaultMessage(MEPContext mepCtx, Exception e, Protocol protocol) static voidHandlerChainProcessor.convertToFaultMessage(MEPContext mepCtx, Exception e, Protocol protocol, boolean checkMsg) Converts the Exception into an XML Fault Message that is stored on the MEPContext.static booleanHandlerInvokerUtils.invokeInboundHandlers(MEPContext mepMessageCtx, List<jakarta.xml.ws.handler.Handler> handlers, HandlerChainProcessor.MEP mep, boolean isOneWay) Invoke Inbound Handlersstatic booleanHandlerInvokerUtils.invokeInboundHandlersForClosure(MEPContext mepMessageCtx, List<jakarta.xml.ws.handler.Handler> handlers, HandlerChainProcessor.MEP mep) Invoke Inbound Handlersstatic booleanHandlerInvokerUtils.invokeOutboundHandlers(MEPContext mepMessageCtx, List<jakarta.xml.ws.handler.Handler> handlers, HandlerChainProcessor.MEP mep, boolean isOneWay) Invoke OutboundHandlersbooleanHandlerChainProcessor.processChain(MEPContext mepCtx, HandlerChainProcessor.Direction direction, HandlerChainProcessor.MEP mep, boolean expectResponse) booleanHandlerChainProcessor.processChainForClose(MEPContext mepCtx, HandlerChainProcessor.Direction direction) voidHandlerChainProcessor.processFault(MEPContext mepCtx, HandlerChainProcessor.Direction direction) Constructors in org.apache.axis2.jaxws.handler with parameters of type MEPContext