Package org.apache.axis.client.async
Class AsyncCall
java.lang.Object
org.apache.axis.client.async.AsyncCall
Support for Asynchronous call
- Author:
- Davanum Srinivas (dims@yahoo.com)
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor AsyncCallAsyncCall(Call call, IAsyncCallback callback) Constructor AsyncCall -
Method Summary
Modifier and TypeMethodDescriptiongetCall()Method getCallMethod getCallbackMethod invokeMethod invokevoidsetCallback(IAsyncCallback callback) Method setCallback
-
Constructor Details
-
AsyncCall
Constructor AsyncCall- Parameters:
call-
-
AsyncCall
Constructor AsyncCall- Parameters:
call-callback-
-
-
Method Details
-
getCallback
Method getCallback- Returns:
-
setCallback
Method setCallback- Parameters:
callback-
-
invoke
Method invoke- Parameters:
inputParams-- Returns:
-
invoke
Method invoke- Parameters:
qName-inputParams-- Returns:
-
getCall
Method getCall- Returns:
-