org.hudsonci.maven.plugin.builder.internal.invoker
Interface Invoker

All Known Implementing Classes:
InvokerImpl

public interface Invoker

InvocationHandler-like thing w/o the method reference and using pre-marshalled arguments.

Since:
2.1.0
Author:
Jason Dillon

Method Summary
 MarshalledObject invoke(MethodKey key, MarshalledObject[] args)
           
 

Method Detail

invoke

MarshalledObject invoke(MethodKey key,
                        MarshalledObject[] args)
                        throws Throwable
Throws:
Throwable


Copyright © 2004-2011 Hudson. All Rights Reserved.