contains a service description
Methods
|
|
__init__
destroy
validate
|
|
__init__
|
__init__ (
self,
parent,
n,
)
Exceptions
|
|
configError( "service: missing %s attribute" % x )
configError("%s - %s" %( self.path, e ) )
|
|
|
destroy
|
destroy ( self )
|
|
validate
|
validate ( self )
validate our config doc
Exceptions
|
|
configError( '%s.authFunction must be a function' % self.authmoduleName )
configError( '%s.handlerClass must be a class' % self.moduleName )
configError("%s.handlerClass or %s.authFunction nonexistent" %( self.moduleName, self.authmoduleName ) )
|
|
|