class documentation

class SOAPPublisher(resource.Resource): (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.

Class Variable isLeaf Signal if this IResource implementor is a "leaf node" or not. If True, getChildWithDefault will not be called on this Resource.
Class Variable encoding Undocumented
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:

Class Variable server Undocumented
Method __init__ Initialize.
Instance Variable children Undocumented
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.
isLeaf = (source)

Signal if this IResource implementor is a "leaf node" or not. If True, getChildWithDefault will not be called on this Resource.

(type: int)
encoding = (source)

Undocumented

(type: str)
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)
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 21.2.0 at 2021-02-28 21:00:42.