com.bea.wlai.client
Interface AsyncServiceResponseListener


public interface AsyncServiceResponseListener

Interface used to receive notification of the availability of a response to a call to invokeServiceAsync.


Method Summary
 void onAsyncServiceResponse(AsyncServiceResponse asr)
          Called when a response to a call to invokeServiceAsync is available.
 

Method Detail

onAsyncServiceResponse

void onAsyncServiceResponse(AsyncServiceResponse asr)
Called when a response to a call to invokeServiceAsync is available.

See Also:
ApplicationView.invokeServiceAsync(String serviceName, IDocument request, AsyncServiceResponseListener listener)