org.apache.axis2.jaxws.core.controller.impl
Class InvocationControllerFactoryImpl

java.lang.Object
  extended by org.apache.axis2.jaxws.core.controller.impl.InvocationControllerFactoryImpl
All Implemented Interfaces:
InvocationControllerFactory

public class InvocationControllerFactoryImpl
extends java.lang.Object
implements InvocationControllerFactory


Constructor Summary
InvocationControllerFactoryImpl()
           
 
Method Summary
 InvocationController getInvocationController()
          Used to obtain an instance of the InvocationController currently configured for the runtime.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvocationControllerFactoryImpl

public InvocationControllerFactoryImpl()
Method Detail

getInvocationController

public InvocationController getInvocationController()
Description copied from interface: InvocationControllerFactory
Used to obtain an instance of the InvocationController currently configured for the runtime.

Specified by:
getInvocationController in interface InvocationControllerFactory
Returns:
A valid InvocationController instance.


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