WebLogic Integration


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.

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.

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

Method Detail

onAsyncServiceResponse

public 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)

WebLogic Integration

WebLogic Integration (WLI)