| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
RestxService
Represents information about a service of a RESTx component.
This representation can be used by clients to find out about service capabilities, but it cannot be used to actually access a service, since that operation is only allowed for resources. See also RestxAccessibleService.
|
|||
|
|||
|
|||
| string |
|
||
| string |
|
||
| string |
|
||
| dict of RestxParameter |
|
||
| dict of RestxParameter |
|
||
| list |
|
||
|
Inherited from |
|||
|
|||
| string |
name Return the name of the service. |
||
| string |
description Return the description of the service. |
||
| string |
uri Return the URI of the service. |
||
|
Inherited from |
|||
|
|||
Return a string representation of this service.
|
Create a new service representation in memomory.
|
Return the name of the service.
|
Return the description of the service.
|
Return the URI of the service.
|
Return all parameters defined for this service.
|
Return one parameters of this service.
|
Return list of positional parameters. The order of the parameter names in the returned list reflects the order in which values for those parameters are expected in the URI path.
|
|
|||
nameReturn the name of the service.
|
descriptionReturn the description of the service.
|
uriReturn the URI of the service.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Aug 3 05:42:55 2010 | http://epydoc.sourceforge.net |