class Response(Message):

    ## Init ##
    def __init__(self, trans, strmOut):

    ## End time ##
    def endTime(self):
    def recordEndTime(self):

    ## Output ##
    def write(self, string):
    def isCommitted(self):
    def deliver(self):
    def reset(self):
    def streamOut(self):

    ## Cleanup ##
    def clearTransaction(self):

    ## Exception reporting ##