org.apache.tuscany.sca.binding.dwr
Class DWRInvokerFactory

java.lang.Object
  extended by org.apache.tuscany.sca.binding.dwr.DWRInvokerFactory
All Implemented Interfaces:
ComponentLifecycle, InvokerFactory

public class DWRInvokerFactory
extends java.lang.Object
implements InvokerFactory, ComponentLifecycle

InvokerFactory for the DWRBinding.


Constructor Summary
DWRInvokerFactory(RuntimeComponent rc, RuntimeComponentReference rcr, Binding b, DWRBinding ab, ServletHost servletHost)
           
 
Method Summary
 Invoker createInvoker(Operation operation)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DWRInvokerFactory

public DWRInvokerFactory(RuntimeComponent rc,
                         RuntimeComponentReference rcr,
                         Binding b,
                         DWRBinding ab,
                         ServletHost servletHost)
Method Detail

createInvoker

public Invoker createInvoker(Operation operation)
Specified by:
createInvoker in interface InvokerFactory

start

public void start()
Specified by:
start in interface ComponentLifecycle

stop

public void stop()
Specified by:
stop in interface ComponentLifecycle