restart.server
Interface Callback

All Known Implementing Classes:
XMLCallback

public interface Callback

Author:
Thibault Ducray

Method Summary
 ServiceOutput invoke(ServiceInput data)
          When the service is invoked, it calls the invoke method of the callback.
 

Method Detail

invoke

ServiceOutput invoke(ServiceInput data)
                     throws RestException
When the service is invoked, it calls the invoke method of the callback.

Parameters:
data - the posted data
Returns:
the data to be returned
Throws:
RestException - if an exception has occured during service invocation