BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.webservice.async
Interface ResultListener


Deprecated. please migrate to jws for webservices

public interface ResultListener

Listener class that listens for the completion of the asynchronous invoke of the Web Service operation.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Method Summary
 void onCompletion(InvokeCompletedEvent event)
          Deprecated. Called when the asynchronous invoke of the operation has completed and the result is ready.
 

Method Detail

onCompletion

public void onCompletion(InvokeCompletedEvent event)
Deprecated. 
Called when the asynchronous invoke of the operation has completed and the result is ready.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.