Copyright © 2008, 2009 Pedro Agulló Soliveres

com.softwarementors.extjs.djn.router.dispatcher
Class Dispatcher

java.lang.Object
  extended by com.softwarementors.extjs.djn.router.dispatcher.Dispatcher

public class Dispatcher
extends java.lang.Object


Constructor Summary
Dispatcher()
           
 
Method Summary
protected  java.lang.Object createActionInstance(java.lang.Class<?> instanceClass)
           
protected  MethodExecutionException createUnableToCreateInstanceException(java.lang.Class<?> instanceClass, java.lang.Throwable e)
           
 java.lang.Object dispatch(java.lang.Class<?> instanceClass, java.lang.reflect.Method method, java.lang.Object[] parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dispatcher

public Dispatcher()
Method Detail

dispatch

public java.lang.Object dispatch(java.lang.Class<?> instanceClass,
                                 java.lang.reflect.Method method,
                                 java.lang.Object[] parameters)

createActionInstance

protected java.lang.Object createActionInstance(java.lang.Class<?> instanceClass)

createUnableToCreateInstanceException

protected MethodExecutionException createUnableToCreateInstanceException(java.lang.Class<?> instanceClass,
                                                                         java.lang.Throwable e)

Copyright © 2008, 2009 Pedro Agulló Soliveres