org.jboss.kernel.plugins.dispatch
Class InvokeDispatchHelper
java.lang.Object
org.jboss.kernel.plugins.dispatch.InvokeDispatchHelper
public class InvokeDispatchHelper
- extends Object
Helper - reducing duplicated code.
- Author:
- Ales Justin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvokeDispatchHelper
public InvokeDispatchHelper()
invoke
public static Object invoke(KernelConfigurator configurator,
Object target,
org.jboss.dependency.spi.dispatch.InvokeDispatchContext context,
String methodName,
List<ParameterMetaData> params)
throws Throwable
- Invoke context with params from ParameterMetaData list.
- Parameters:
configurator - the configuratortarget - the targetcontext - the invoke dispatchmethodName - the method nameparams - the parameters
- Returns:
- invocation's result
- Throws:
Throwable - for any exception
Copyright ? 2007 JBoss Inc.. All Rights Reserved.