org.apache.axis2.jaxws.handler.factory.impl
Class HandlerInvokerFactoryImpl
java.lang.Object
org.apache.axis2.jaxws.handler.factory.impl.HandlerInvokerFactoryImpl
- All Implemented Interfaces:
- HandlerInvokerFactory
public class HandlerInvokerFactoryImpl
- extends Object
- implements HandlerInvokerFactory
This is the default implementation of the HandlerInvokerFactory,
and it will be registered with the FactoryRegistry.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HandlerInvokerFactoryImpl
public HandlerInvokerFactoryImpl()
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 © 2004-2012 The Apache Software Foundation. All Rights Reserved.