|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.amazonaws.mturk.service.axis.AsyncRequest
public class AsyncRequest
An asynchronous request that waits in the Axis work queue to be processed
| Constructor Summary | |
|---|---|
AsyncRequest(Message msg,
Filter f,
AsyncCallback callback)
Creates a new asynchronous request |
|
| Method Summary | |
|---|---|
java.lang.Object |
call()
Executes the request on the filter chain and calls the callback handler (if defined) |
Message |
getMessage()
Returns the message that is/was send to the requester service |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AsyncRequest(Message msg,
Filter f,
AsyncCallback callback)
msg - The request to send to the requester endpointf - The first filter to invokecallback - (Optional) A callback handler to invoke when the work queue processed the request| Method Detail |
|---|
public Message getMessage()
public java.lang.Object call()
throws java.lang.Exception
call in interface java.util.concurrent.Callable<java.lang.Object>java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||