class documentation
Publish SOAP methods.
By default, publish methods beginning with 'soap_'. If the method has an attribute 'useKeywords', it well get the arguments passed as keyword args.
Method | lookup |
Lookup published SOAP function. |
Method | render |
Handle a SOAP command. |
Class Variable | encoding |
Undocumented |
Class Variable | is |
Signal if this IResource implementor is a "leaf node" or not. If True, getChildWithDefault will not be called on this Resource. |
Method | _got |
Undocumented |
Method | _got |
Undocumented |
Method | _method |
Undocumented |
Method | _send |
Undocumented |
Inherited from Resource
:
Method | __init__ |
Initialize. |
Method | del |
Undocumented |
Method | get |
Retrieve a 'child' resource from me. |
Method | get |
Deprecated in favor of getChildForRequest . |
Method | get |
Retrieve a static or dynamically generated child resource from me. |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method | list |
Undocumented |
Method | list |
Undocumented |
Method | list |
Undocumented |
Method | list |
Undocumented |
Method | list |
Undocumented |
Method | list |
Undocumented |
Method | put |
Register a static child. |
Method | really |
Undocumented |
Method | render_ |
Default handling of HEAD method. |
Class Variable | server |
Undocumented |
Instance Variable | children |
Undocumented |
Lookup published SOAP function.
Override in subclasses. Default behaviour - publish methods starting with soap_.
Returns | |
callable or None if not found. |
overrides
twisted.web.resource.Resource.isLeaf
Signal if this IResource implementor is a "leaf node" or not. If True, getChildWithDefault will not be called on this Resource.