view Package

xmlrpc Module

class iro.view.xmlrpc.SOAPInterface[source]

Bases: iro.view.xmlrpc.TwistedInterface, twisted.web.soap.SOAPPublisher

SOAP interface

lookupFunction(functionName)[source]
class iro.view.xmlrpc.TwistedInterface[source]

Bases: iro.controller.viewinterface.Interface

Class that addes needed function for XML-RPC/SOAP

listMethods()[source]

Since we override lookupProcedure, its suggested to override listProcedures too.

listProcedures()[source]

returns a list of all functions that are allowed to call via XML-RPC.

class iro.view.xmlrpc.XMLRPCInterface[source]

Bases: iro.view.xmlrpc.TwistedInterface, twisted.web.xmlrpc.XMLRPC

XML-RPC interface

lookupProcedure(procedurePath)[source]
iro.view.xmlrpc.appendResource(root)[source]

adding XML-RPC and SOAP to root.

xmlrpc_old Module

Table Of Contents

This Page