| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
IWebService
An interface all concrete web service classes have to implement.
All web service classes have to implement this and follow the method specifications.
| Instance Methods | |||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
Query the web service. Using this method, you can either get a resource by id (using the
The Returns a file-like object containing the result or raises a WebServiceError or one of its subclasses in case of an error. Which one is used depends on the implementing class.
|
Submit data to the web service.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Mon Dec 5 13:37:51 2011 | http://epydoc.sourceforge.net |