Class HandlerInvokerImpl
java.lang.Object
org.apache.axis2.jaxws.handler.impl.HandlerInvokerImpl
- All Implemented Interfaces:
HandlerInvoker
This class will be responsible for driving both inbound and
outbound handler chains for an endpoint invocation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThis invokes the inbound handlers for the invocation.booleanThis invokes the outbound handlers for the invocation.
-
Constructor Details
-
HandlerInvokerImpl
public HandlerInvokerImpl()
-
-
Method Details
-
invokeInboundHandlers
This invokes the inbound handlers for the invocation.- Specified by:
invokeInboundHandlersin interfaceHandlerInvoker
-
invokeOutboundHandlers
This invokes the outbound handlers for the invocation.- Specified by:
invokeOutboundHandlersin interfaceHandlerInvoker
-