twisted.web.soap.SOAPPublisher(resource.Resource)
class documentationtwisted.web.soap
View Source
(View In Hierarchy)
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 | lookupFunction | Lookup published SOAP function. |
Method | render | Handle a SOAP command. |
Method | _methodNotFound | Undocumented |
Method | _gotResult | Undocumented |
Method | _gotError | Undocumented |
Method | _sendResponse | Undocumented |
Inherited from Resource:
Method | __init__ | Initialize. |
Method | listStaticNames | Undocumented |
Method | listStaticEntities | Undocumented |
Method | listNames | Undocumented |
Method | listEntities | Undocumented |
Method | listDynamicNames | Undocumented |
Method | listDynamicEntities | Undocumented |
Method | getStaticEntity | Undocumented |
Method | getDynamicEntity | Undocumented |
Method | delEntity | Undocumented |
Method | reallyPutEntity | Undocumented |
Method | getChild | Retrieve a 'child' resource from me. |
Method | getChildWithDefault | Retrieve a static or dynamically generated child resource from me. |
Method | getChildForRequest | Undocumented |
Method | putChild | Register a static child. |
Method | render_HEAD | Default handling of HEAD method. |
Lookup published SOAP function.
Override in subclasses. Default behaviour - publish methods starting with soap_.
Returns | callable or None if not found. |
Handle a SOAP command.