2016/05/28 - Apache Tuscany has been retired.

For more information, please explore the Attic.



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

java.lang.Object
  extended by org.apache.tuscany.sca.binding.dwr.DWRBindingActivator
All Implemented Interfaces:
BindingActivator<DWRBinding>

public class DWRBindingActivator
extends java.lang.Object
implements BindingActivator<DWRBinding>

The Binding Activator for the DWR Binding.


Constructor Summary
DWRBindingActivator(ServletHost servletHost)
           
 
Method Summary
 InvokerFactory createInvokerFactory(RuntimeComponent rc, RuntimeComponentReference rcr, Binding b, DWRBinding ab)
           
 ComponentLifecycle createService(RuntimeComponent rc, RuntimeComponentService rcs, Binding b, DWRBinding ab)
           
 java.lang.Class<DWRBinding> getBindingClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DWRBindingActivator

public DWRBindingActivator(ServletHost servletHost)
Method Detail

getBindingClass

public java.lang.Class<DWRBinding> getBindingClass()
Specified by:
getBindingClass in interface BindingActivator<DWRBinding>

createInvokerFactory

public InvokerFactory createInvokerFactory(RuntimeComponent rc,
                                           RuntimeComponentReference rcr,
                                           Binding b,
                                           DWRBinding ab)
Specified by:
createInvokerFactory in interface BindingActivator<DWRBinding>

createService

public ComponentLifecycle createService(RuntimeComponent rc,
                                        RuntimeComponentService rcs,
                                        Binding b,
                                        DWRBinding ab)
Specified by:
createService in interface BindingActivator<DWRBinding>