t.w.s.SOAPPublisher(resource.Resource) : class documentation

Part of twisted.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.
def lookupFunction(self, functionName): (source)

Lookup published SOAP function.

Override in subclasses. Default behaviour - publish methods starting with soap_.
Returnscallable or None if not found.
def render(self, request): (source)
Handle a SOAP command.
def _methodNotFound(self, request, methodName): (source)
Undocumented
def _gotResult(self, result, request, methodName): (source)
Undocumented
def _gotError(self, failure, request, methodName): (source)
Undocumented
def _sendResponse(self, request, response, status=200): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:27:37.