Groovy Documentation

Package org.jdesktop.ws

 

Class Summary
AbstractHttpService An abstact implementation of an HTTP based service.
AbstractHttpService.WSSession This class simply exposes the setState() method such that the AbstractHttpService can manipulate the state to keep it in synch with this class.
BaseService
BaseService.Event BaseService uses a smart implementation of publishing property change events onto the EDT to avoid EDT flooding, which most certainly would occur when transfering large files with all the progress notification updates.
HttpService An HTTP based REST web service.
HttpService.HttpWorker Instances of this class actually perform the request/response cycle in the background.
WebService
WebService.Operation Represents an operation that can be performed
WebService.Operation.SoapWorker
 


Groovy Documentation