Uses of Interface
org.apache.axis2.jaxws.handler.HandlerInvoker

Packages that use HandlerInvoker
org.apache.axis2.jaxws.handler.factory   
org.apache.axis2.jaxws.handler.factory.impl   
org.apache.axis2.jaxws.handler.impl   
 

Uses of HandlerInvoker in org.apache.axis2.jaxws.handler.factory
 

Methods in org.apache.axis2.jaxws.handler.factory that return HandlerInvoker
 HandlerInvoker HandlerInvokerFactory.createHandlerInvoker(MessageContext messageContext)
          Returns an instance of the HandlerInvoker class.
 

Uses of HandlerInvoker in org.apache.axis2.jaxws.handler.factory.impl
 

Methods in org.apache.axis2.jaxws.handler.factory.impl that return HandlerInvoker
 HandlerInvoker HandlerInvokerFactoryImpl.createHandlerInvoker(MessageContext messageContext)
           
 

Uses of HandlerInvoker in org.apache.axis2.jaxws.handler.impl
 

Classes in org.apache.axis2.jaxws.handler.impl that implement HandlerInvoker
 class HandlerInvokerImpl
          This class will be responsible for driving both inbound and outbound handler chains for an endpoint invocation.
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.