intarsys runtime library

de.intarsys.tools.reflect
Interface IInvocationSupport

All Known Implementing Classes:
PojoReflector

public interface IInvocationSupport

An object supporting reflective access to its methods.


Method Summary
 Object invoke(String name, IArgs args)
          Make a reflective call to the method name.
 

Method Detail

invoke

Object invoke(String name,
              IArgs args)
              throws MethodException
Make a reflective call to the method name.

Parameters:
name - The name of the method to call.
args - The arguments for the invocation.
Returns:
The result of the invocation.
Throws:
MethodException

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.