|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AsynchronousResponseHandler | |
---|---|
com.flat502.rox.client | Client-side API and supporting classes. |
com.flat502.rox.demo | Examples illustrating using this project. |
Uses of AsynchronousResponseHandler in com.flat502.rox.client |
---|
Methods in com.flat502.rox.client with parameters of type AsynchronousResponseHandler | |
---|---|
void |
HttpRpcClient.execute(java.lang.String name,
java.lang.Object[] params,
AsynchronousResponseHandler handler)
Executes the named RPC method call asynchronously, using the parameter list specified. |
void |
HttpRpcClient.execute(java.lang.String name,
java.lang.Object[] params,
java.lang.Class retClass,
AsynchronousResponseHandler handler)
Executes the named RPC method call asynchronously, using the parameter list specified. |
void |
HttpRpcClient.execute(java.lang.String name,
java.lang.Object[] params,
MethodResponseUnmarshallerAid aid,
AsynchronousResponseHandler handler)
Executes the named RPC method call asynchronously, using the parameter list specified. |
Uses of AsynchronousResponseHandler in com.flat502.rox.demo |
---|
Classes in com.flat502.rox.demo that implement AsynchronousResponseHandler | |
---|---|
class |
AsyncClientDemo
A demo asynchronous client illustrating the HttpRpcClient.execute(String, Object[], Class, AsynchronousResponseHandler)
method and the AsynchronousResponseHandler interface. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |