org.hudsonci.maven.plugin.builder.internal.invoker
Class InvokerImpl

java.lang.Object
  extended by org.hudsonci.maven.plugin.builder.internal.invoker.InvokerImpl
All Implemented Interfaces:
Serializable, Invoker

public class InvokerImpl
extends Object
implements Invoker, Serializable

Default Invoker.

Since:
2.1.0
Author:
Jason Dillon
See Also:
Serialized Form

Constructor Summary
InvokerImpl(Object target)
           
 
Method Summary
 MarshalledObject invoke(MethodKey key, MarshalledObject[] margs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvokerImpl

public InvokerImpl(Object target)
Method Detail

invoke

public MarshalledObject invoke(MethodKey key,
                               MarshalledObject[] margs)
                        throws Throwable
Specified by:
invoke in interface Invoker
Throws:
Throwable


Copyright © 2004-2011 Hudson. All Rights Reserved.