Uses of Class
restart.server.ServiceOutput

Packages that use ServiceOutput
restart.server   
restart.xml.server   
 

Uses of ServiceOutput in restart.server
 

Methods in restart.server that return ServiceOutput
 ServiceOutput Service.invoke(ServiceInput data)
          Don't call this method yourself : it's being called by the server thread
 ServiceOutput Callback.invoke(ServiceInput data)
          When the service is invoked, it calls the invoke method of the callback.
 

Constructors in restart.server with parameters of type ServiceOutput
HttpWriter(ServiceOutput output)
           
 

Uses of ServiceOutput in restart.xml.server
 

Subclasses of ServiceOutput in restart.xml.server
 class XMLServiceOutput
           
 

Methods in restart.xml.server that return ServiceOutput
 ServiceOutput XMLService.invoke(ServiceInput data)
           
 ServiceOutput XMLCallback.invoke(ServiceInput inputdata)