Uses of Class
org.apache.axis2.jaxws.handler.HandlerInvocationContext
-
Packages that use HandlerInvocationContext Package Description org.apache.axis2.jaxws.handler org.apache.axis2.jaxws.handler.impl -
-
Uses of HandlerInvocationContext in org.apache.axis2.jaxws.handler
Methods in org.apache.axis2.jaxws.handler with parameters of type HandlerInvocationContext Modifier and Type Method Description boolean
HandlerInvoker. invokeInboundHandlers(HandlerInvocationContext context)
Invokes all inbound handlers for the incoming request to the endpoint.boolean
HandlerInvoker. invokeOutboundHandlers(HandlerInvocationContext context)
Invokes all inbound handlers for the incoming request to the endpoint. -
Uses of HandlerInvocationContext in org.apache.axis2.jaxws.handler.impl
Methods in org.apache.axis2.jaxws.handler.impl with parameters of type HandlerInvocationContext Modifier and Type Method Description boolean
HandlerInvokerImpl. invokeInboundHandlers(HandlerInvocationContext context)
This invokes the inbound handlers for the invocation.boolean
HandlerInvokerImpl. invokeOutboundHandlers(HandlerInvocationContext context)
This invokes the outbound handlers for the invocation.
-