this class intercepts the first transmission from the client
Methods
|
|
__init__
error
onClose
onXML
|
|
__init__
|
__init__ ( self, parent )
|
|
error
|
error ( self, error="error" )
bubble up any errors we get
|
|
onClose
|
onClose ( self )
do nothing on close
|
|
onXML
|
onXML ( self, doc )
check the connect string, authorize, and setup the handler module
|
|