restart.xml.server
Class XMLCallback

java.lang.Object
  extended by restart.xml.server.XMLCallback
All Implemented Interfaces:
Callback

public abstract class XMLCallback
extends java.lang.Object
implements Callback


Constructor Summary
XMLCallback()
           
 
Method Summary
 ServiceOutput invoke(ServiceInput inputdata)
          When the service is invoked, it calls the invoke method of the callback.
abstract  XMLServiceOutput invoke(XMLServiceInput inputdata)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLCallback

public XMLCallback()
Method Detail

invoke

public ServiceOutput invoke(ServiceInput inputdata)
                     throws RestException
Description copied from interface: Callback
When the service is invoked, it calls the invoke method of the callback.

Specified by:
invoke in interface Callback
Parameters:
inputdata - the posted data
Returns:
the data to be returned
Throws:
RestException - if an exception has occured during service invocation

invoke

public abstract XMLServiceOutput invoke(XMLServiceInput inputdata)
                                 throws RestException
Throws:
RestException