org.apache.axis2.jaxws.handler.factory.impl
Class HandlerInvokerFactoryImpl

java.lang.Object
  extended by org.apache.axis2.jaxws.handler.factory.impl.HandlerInvokerFactoryImpl
All Implemented Interfaces:
HandlerInvokerFactory

public class HandlerInvokerFactoryImpl
extends java.lang.Object
implements HandlerInvokerFactory

This is the default implementation of the HandlerInvokerFactory, and it will be registered with the FactoryRegistry.


Constructor Summary
HandlerInvokerFactoryImpl()
           
 
Method Summary
 HandlerInvoker createHandlerInvoker(MessageContext messageContext)
          Returns an instance of the HandlerInvoker class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerInvokerFactoryImpl

public HandlerInvokerFactoryImpl()
Method Detail

createHandlerInvoker

public HandlerInvoker createHandlerInvoker(MessageContext messageContext)
Description copied from interface: HandlerInvokerFactory
Returns an instance of the HandlerInvoker class.

Specified by:
createHandlerInvoker in interface HandlerInvokerFactory


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