org.apache.axis.client
public class AxisClientProxy extends Object implements InvocationHandler
Method Summary | |
---|---|
Call | getCall()
Returns the current call.
|
Object | invoke(Object o, Method method, Object[] objects)
Handle a method invocation.
|
Returns: the current Call
Parameters: o the object to invoke relative to method the Method
to invoke objects the arguments to the method
Returns: the result of the method
Throws: Throwable if anything went wrong in method dispatching or the execution of the method itself