Uses of Class
org.apache.axis2.jaxws.handler.HandlerInvocationContext
Packages that use HandlerInvocationContext
-
Uses of HandlerInvocationContext in org.apache.axis2.jaxws.handler
Methods in org.apache.axis2.jaxws.handler with parameters of type HandlerInvocationContextModifier and TypeMethodDescriptionbooleanHandlerInvoker.invokeInboundHandlers(HandlerInvocationContext context) Invokes all inbound handlers for the incoming request to the endpoint.booleanHandlerInvoker.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 HandlerInvocationContextModifier and TypeMethodDescriptionbooleanHandlerInvokerImpl.invokeInboundHandlers(HandlerInvocationContext context) This invokes the inbound handlers for the invocation.booleanHandlerInvokerImpl.invokeOutboundHandlers(HandlerInvocationContext context) This invokes the outbound handlers for the invocation.