Spring Integration

org.springframework.integration.util
Interface MethodInvoker

All Known Implementing Classes:
DefaultMethodInvoker, NameResolvingMethodInvoker

public interface MethodInvoker

A strategy interface for invoking a method. Typically used by adapters.

Author:
Mark Fisher

Method Summary
 Object invokeMethod(Object... args)
           
 

Method Detail

invokeMethod

Object invokeMethod(Object... args)
                    throws Exception
Throws:
Exception

Spring Integration

Copyright © 2010. All Rights Reserved.