org.universAAL.support.utils
Interface ISListener

Package class diagram package ISListener

public interface ISListener

Implementations of this interface act like a Service Callee: When a service call request matches a service profile associated to it by UAAL helper, it is passed to its hadleCall method.

Author:
alfiva

Method Summary
 ServiceResponse handleCall(ServiceCall call)
          When a service call request matches a service profile associated to this listener by UAAL helper, this method is called and is passed the call.
 

Method Detail

handleCall

ServiceResponse handleCall(ServiceCall call)
When a service call request matches a service profile associated to this listener by UAAL helper, this method is called and is passed the call. It must then act accordingly and return the appropriate Service Response.

Parameters:
call - The received Service Call request.
Returns:
The Service Response to return to the caller.
See Also:
ServiceCallee.handleCall(org.universAAL.middleware.service.ServiceCall)


Copyright © 2014 universAAL Consortium. All Rights Reserved.