public class Invoker<T> extends Object
public Invoker(String fullName, String paramSpecsStr) throws ClassNotFoundException, FrontendException, SecurityException, NoSuchMethodException
public Invoker(String fullName, String paramSpecsStr, String isStatic) throws ClassNotFoundException, FrontendException, SecurityException, NoSuchMethodException
public Type getReturnType()
public T invoke(Tuple input) throws IOException
IOException
Copyright © 2007-2017 The Apache Software Foundation