Uses of Interface
com.flat502.rox.client.ResponseHandler

Packages that use ResponseHandler
com.flat502.rox.client Client-side API and supporting classes. 
 

Uses of ResponseHandler in com.flat502.rox.client
 

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.