org.apache.axis2.jaxws.handler.impl
Class HandlerInvokerImpl
java.lang.Object
org.apache.axis2.jaxws.handler.impl.HandlerInvokerImpl
- All Implemented Interfaces:
- HandlerInvoker
public class HandlerInvokerImpl
- extends Object
- implements HandlerInvoker
This class will be responsible for driving both inbound and
outbound handler chains for an endpoint invocation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HandlerInvokerImpl
public HandlerInvokerImpl()
invokeInboundHandlers
public boolean invokeInboundHandlers(HandlerInvocationContext context)
- This invokes the inbound handlers for the invocation.
- Specified by:
invokeInboundHandlers
in interface HandlerInvoker
invokeOutboundHandlers
public boolean invokeOutboundHandlers(HandlerInvocationContext context)
- This invokes the outbound handlers for the invocation.
- Specified by:
invokeOutboundHandlers
in interface HandlerInvoker
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.