Ft.Server.Server.Http.Soap

Package Contents

Handler       

Modules

Schema  os     

Classes

class Module
loadObject(self, path)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Server.Server'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
commands = {}
handlers = {}
class SoapModule(Ft.Server.Server.Module)
setAuthName(self, parser, config, name, data, attrs)
setDocumentRoot(self, parser, config, name, data, attrs)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Server.Server.Http.Soap'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
commands = {('http://xmlns.4suite.org/reserved', 'AuthName'): 'setAuthName', ('http://xmlns.4suite.org/reserved', 'DocumentRoot'): 'setDocumentRoot'}
handlers = {'basic_soap': <class Ft.Server.Server.Http.Soap.Handler.SoapHandler>}

Data

FTSERVER_SERVER_NS = 'http://xmlns.4suite.org/reserved'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
SCHEMA_NSS = 'http://schemas.4suite.org/4ss'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__file__ = 'build/lib.linux-ppc-2.2/Ft/Server/Server/Http/Soap/__init__.py'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__name__ = 'Ft.Server.Server.Http.Soap'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__path__ = ['build/lib.linux-ppc-2.2/Ft/Server/Server/Http/Soap']