Package gavo :: Package web :: Module soaprender :: Class SOAPProcessor
[frames] | no frames]

Class SOAPProcessor

source code

twisted.web.resource.Resource --+    
                                |    
   twisted.web.soap.SOAPPublisher --+
                                    |
                                   SOAPProcessor

A helper to the SOAP renderer.

It's actually a nevow resource ("page"), so whatever really has to do with SOAP (as opposed to returning WSDL) is done by this.

Nested Classes

Inherited from twisted.web.resource.Resource: entityType

Instance Methods
 
__init__(self, ctx, service, runServiceFromArgs)
Initialize.
source code
 
soap_useService(self, *args) source code

Inherited from twisted.web.soap.SOAPPublisher: lookupFunction, render

Inherited from twisted.web.resource.Resource: __providedBy__, __provides__, delEntity, getChild, getChildForRequest, getChildWithDefault, getDynamicEntity, getStaticEntity, listDynamicEntities, listDynamicNames, listEntities, listNames, listStaticEntities, listStaticNames, putChild, reallyPutEntity, render_HEAD

Class Variables

Inherited from twisted.web.soap.SOAPPublisher: encoding, isLeaf

Inherited from twisted.web.resource.Resource: __implemented__, server

Method Details

__init__(self, ctx, service, runServiceFromArgs)
(Constructor)

source code 

Initialize.

Overrides: twisted.web.resource.Resource.__init__
(inherited documentation)