| Package | Description |
|---|---|
| org.apache.axis2.jaxws.handler |
| Modifier and Type | Method and Description |
|---|---|
HandlerChainProcessor.MEP |
HandlerInvocationContext.getMEP() |
static HandlerChainProcessor.MEP |
HandlerChainProcessor.MEP.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HandlerChainProcessor.MEP[] |
HandlerChainProcessor.MEP.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
void |
HandlerInvocationContext.setMEP(HandlerChainProcessor.MEP mep) |
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.