Methods in com.flat502.rox.client with parameters of type ResponseHandler |
void |
HttpRpcClient.execute(java.lang.String name,
java.lang.Object[] params,
java.lang.Class retClass,
ResponseHandler handler)
Deprecated. Use HttpRpcClient.execute(String, Object[], Class, AsynchronousResponseHandler) instead. |
void |
HttpRpcClient.execute(java.lang.String name,
java.lang.Object[] params,
MethodResponseUnmarshallerAid aid,
ResponseHandler handler)
Deprecated. Use HttpRpcClient.execute(String, Object[], MethodResponseUnmarshallerAid, AsynchronousResponseHandler) instead. |
void |
HttpRpcClient.execute(java.lang.String name,
java.lang.Object[] params,
ResponseHandler handler)
Deprecated. Use HttpRpcClient.execute(String, Object[], AsynchronousResponseHandler) instead. |