org.gridbus.broker.event
Interface CallListener

All Known Implementing Classes:
WebserviceMatcher

public interface CallListener

Author:
krishna

Method Summary
 void invocationComplete(WSCall call)
          Completed event for a webservice call
 void invocationFailed(WSCall call, java.lang.Exception ex)
           
 

Method Detail

invocationComplete

void invocationComplete(WSCall call)
Completed event for a webservice call

Parameters:
call -

invocationFailed

void invocationFailed(WSCall call,
                      java.lang.Exception ex)
Parameters:
call -
ex -

Copyright © The University of Melbourne. 2006