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 MEPContextMessageContext. getMEPContext()Methods in org.apache.axis2.jaxws.core with parameters of type MEPContext Modifier and Type Method Description voidMessageContext. 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 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<Handler> handlers, HandlerChainProcessor.MEP mep, boolean isOneWay)Invoke Inbound Handlersstatic booleanHandlerInvokerUtils. invokeInboundHandlersForClosure(MEPContext mepMessageCtx, List<Handler> handlers, HandlerChainProcessor.MEP mep)Invoke Inbound Handlersstatic booleanHandlerInvokerUtils. invokeOutboundHandlers(MEPContext mepMessageCtx, List<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 Constructor Description LogicalMessageImpl(MEPContext m)
-