|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AsyncCallback
Interface to get callback notifications from an Axis worker thread to notify the result of a webservice call
| Method Summary | |
|---|---|
void |
processFailure(java.lang.Object axisRequestMessage,
java.lang.Exception axisFailure)
Notifies the result of a failed Axis operation |
void |
processResult(java.lang.Object axisRequestMessage,
java.lang.Object axisResult)
Notifies the result of a successful Axis operation |
| Method Detail |
|---|
void processResult(java.lang.Object axisRequestMessage,
java.lang.Object axisResult)
axisRequestMessage - the request messageaxisResult - the service response
void processFailure(java.lang.Object axisRequestMessage,
java.lang.Exception axisFailure)
axisRequestMessage - the request messageaxisFailure - the service failure
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||