Package backend :: Package server :: Module apacheHandler :: Class apacheHandler
[hide private]
[frames] | no frames]

Class apacheHandler

source code


main Apache XMLRPC point of entry for the server

Instance Methods [hide private]
 
__init__(self) source code
 
headerParserHandler(self, req)
after a request has been received, first thing we do is to create the input object
source code
 
_init_request_processor(self, req) source code
 
_cleanup_request_processor(self)
Clean up the request processor
source code
 
handler(self, req)
main Apache handler
source code
 
cleanupHandler(self, req)
Clean up stuff before we close down the session when we are called from apacheServer.Cleanup()
source code

Inherited from spacewalk.common.rhnApache.rhnApache: setlang

Inherited from spacewalk.common.rhnApache.rhnApache (private): _set_client_info, _set_lang, _set_proxy_info

Static Methods [hide private]

Inherited from spacewalk.common.rhnApache.rhnApache: getlang, logHandler

Inherited from spacewalk.common.rhnApache.rhnApache (private): _setSessionToken, _set_other

Class Variables [hide private]

Inherited from apacheSession (private): _lang_catalog

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: spacewalk.common.rhnApache.rhnApache.__init__

headerParserHandler(self, req)

source code 

after a request has been received, first thing we do is to create the input object

Overrides: spacewalk.common.rhnApache.rhnApache.headerParserHandler
(inherited documentation)

_init_request_processor(self, req)

source code 
Overrides: spacewalk.common.rhnApache.rhnApache._init_request_processor

_cleanup_request_processor(self)

source code 

Clean up the request processor

Overrides: spacewalk.common.rhnApache.rhnApache._cleanup_request_processor

handler(self, req)

source code 

main Apache handler

Overrides: spacewalk.common.rhnApache.rhnApache.handler

cleanupHandler(self, req)

source code 

Clean up stuff before we close down the session when we are called from apacheServer.Cleanup()

Overrides: spacewalk.common.rhnApache.rhnApache.cleanupHandler