Method Summary |
|
public void | defineMethod(Class returnType, String name, Class[] types) |
public boolean | generatedException() This method returns true if an exception was thrown. |
public Class[] | getArgumentTypes() This method returns the argument types for this method. |
public Object[] | getArguments() This method returns the arguments for a method.
The list of arguments. |
public String | getMethodBodyXML() This method returns the XML body of the message. |
public String | getMethodName() This method returns the name of the method being wrapped. |
public Object | getResult() This method returns the result of the RPC call. |
public Object | getReturnType() This method retrieves the return type of a method. |
public Throwable | getThrowable() This method returns the exception that got thrown while processing this
RPC message. |
public void | setArguments(Object[] args) This method sets the arguments for this message. |
public void | setMethodBodyXML(String xml) This method sets the XML body for the message. |
public void | setResult(Object result) This method is responsible for setting the result of the return. |
public void | setThrowable(Throwable throwable) This method returns the exception that got thrown while processing this
RPC message. |