| java.lang.Object com.caucho.ejb.burlap.MetaStub
MetaStub | public class MetaStub (Code) | | Utility class to call methods easily.
|
Method Summary | |
public static Object | call(Path urlPath, String method, Object arg) Calls an arbitrary method at the given url. | public static Object | call(Path urlPath, String method, Object[] args) Calls an arbitrary method at the given url. |
call | public static Object call(Path urlPath, String method, Object arg) throws Throwable(Code) | | Calls an arbitrary method at the given url.
Parameters: url - a path to the remote url Parameters: method - the method to call Parameters: arg - an argument |
call | public static Object call(Path urlPath, String method, Object[] args) throws Throwable(Code) | | Calls an arbitrary method at the given url.
Parameters: url - a path to the remote url Parameters: method - the method to call Parameters: args - any arguments to call |
|
|