Class s.l.i.IXMLRPCService(Interface):

Part of stoqlib.lib.interfaces View In Hierarchy

No class docstring
Method __init__ Create a new IXMLRPCService object.
Method serve Starts the XMLRPC service so it's ready
Method stop Stops the service, eg break out of serve
def __init__(hostname, port):
Create a new IXMLRPCService object.
Parametersportport to listen to
hostnamehostname to bind to or an empty string to bind to all addresses
def serve():
Starts the XMLRPC service so it's ready to accept clients. This call will block until stop() is called
def stop():
Stops the service, eg break out of serve
API Documentation for Stoqlib, generated by pydoctor at 2009-07-14 16:00:32.