Changeset 058f58e for fedd/fedd_split.py


Ignore:
Timestamp:
Nov 20, 2008 7:14:58 PM (15 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
Children:
cfabc40
Parents:
c922f23
Message:

Unify the code for calling SOAP and XMLRPC services into a couple classes.
Before there were slightly different semantics everywhere.

Also make the handlers classes rather than the output of stub compiling
functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_split.py

    rc922f23 r058f58e  
    6262        # Dispatch tables
    6363        self.soap_services = {\
    64                 'Ns2Split': make_soap_handler(\
     64                'Ns2Split': soap_handler(\
    6565                        Ns2SplitRequestMessage.typecode,
    6666                        getattr(self, "run_splitter"),
     
    7070
    7171        self.xmlrpc_services = {\
    72                 'Ns2Split': make_xmlrpc_handler(\
     72                'Ns2Split': xmlrpc_handler(\
    7373                        getattr(self, "run_splitter"),
    7474                        "Ns2SplitResponseBody"),
Note: See TracChangeset for help on using the changeset viewer.