Uses of Class
restart.server.RestException

Packages that use RestException
restart.server   
restart.xml.server   
 

Uses of RestException in restart.server
 

Methods in restart.server that throw RestException
 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 RestException
ServiceOutput(RestException re)
           
 

Constructors in restart.server that throw RestException
HttpReader(java.io.InputStream is, RestServerPolicy policy)
           
ServiceInput(Method method, java.lang.String serviceName)
           
 

Uses of RestException in restart.xml.server
 

Methods in restart.xml.server that throw RestException
 ServiceOutput XMLService.invoke(ServiceInput data)
           
 ServiceOutput XMLCallback.invoke(ServiceInput inputdata)
           
abstract  XMLServiceOutput XMLCallback.invoke(XMLServiceInput inputdata)
           
 

Constructors in restart.xml.server that throw RestException
XMLServiceInput(ServiceInput si)