org.apache.axis2.jaxws.handler.impl
Class HandlerInvokerImpl

java.lang.Object
  extended by org.apache.axis2.jaxws.handler.impl.HandlerInvokerImpl
All Implemented Interfaces:
HandlerInvoker

public class HandlerInvokerImpl
extends java.lang.Object
implements HandlerInvoker

This class will be responsible for driving both inbound and outbound handler chains for an endpoint invocation.


Constructor Summary
HandlerInvokerImpl()
           
 
Method Summary
 boolean invokeInboundHandlers(HandlerInvocationContext context)
          This invokes the inbound handlers for the invocation.
 boolean invokeOutboundHandlers(HandlerInvocationContext context)
          This invokes the outbound handlers for the invocation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerInvokerImpl

public HandlerInvokerImpl()
Method Detail

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 © 2007 Apache Web Services Project. All Rights Reserved.