SOAPBuilder (version 0.12.0)
index
/home/groups/p/py/pywebsvcs/src/SOAPpy/SOAPBuilder.py

################################################################################
# Copyright (c) 2003, Pfizer
# Copyright (c) 2001, Cayce Ullman.
# Copyright (c) 2001, Brian Matthews.
#
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# Redistributions of source code must retain the above copyright notice, this
# list of conditions and the following disclaimer.
#
# Redistributions in binary form must reproduce the above copyright notice,
# this list of conditions and the following disclaimer in the documentation
# and/or other materials provided with the distribution.
#
# Neither the name of actzero, inc. nor the names of its contributors may
# be used to endorse or promote products derived from this software without
# specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR
# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
################################################################################

 
Modules
       
UserList
base64
cgi
copy
exceptions
fpconst
re
time
urllib

 
Classes
       
SOAPBuilder

 
class SOAPBuilder
    ################################################################################
# SOAP Builder
################################################################################
 
  Methods defined here:
__init__(self, args=(), kw={}, method=None, namespace=None, header=None, methodattrs=None, envelope=1, encoding='UTF-8', use_refs=0, config=<Config.SOAPConfig instance>, noroot=0)
build(self)
checkref(self, obj, tag, ns_map)
dump(self, obj, tag=None, typed=1, ns_map={})
dump_None(self, obj, tag, typed=0, ns_map={})
dump_NoneType = dump_None(self, obj, tag, typed=0, ns_map={})
dump_dict = dump_dictionary(self, obj, tag, typed=1, ns_map={})
dump_dictionary(self, obj, tag, typed=1, ns_map={})
dump_float(self, obj, tag, typed=1, ns_map={})
dump_instance(self, obj, tag, typed=1, ns_map={})
dump_list(self, obj, tag, typed=1, ns_map={})
dump_str = dump_string(self, obj, tag, typed=0, ns_map={})
dump_string(self, obj, tag, typed=0, ns_map={})
dump_tuple = dump_list(self, obj, tag, typed=1, ns_map={})
dump_unicode = dump_string(self, obj, tag, typed=0, ns_map={})
dumper(self, nsURI, obj_type, obj, tag, typed=1, ns_map={}, rootattr='', id='', xml='<%(tag)s%(type)s%(id)s%(attrs)s%(root)s>%(data)s</%(tag)s>\n')
# generic dumper
genns(self, ns_map, nsURI)
genroot(self, ns_map)
gentag(self)

 
Functions
       
buildSOAP(args=(), kw={}, method=None, namespace=None, header=None, methodattrs=None, envelope=1, encoding='UTF-8', config=<Config.SOAPConfig instance>, noroot=0)

 
Data
        Config = <Config.SOAPConfig instance>
StringTypes = (<type 'str'>, <type 'unicode'>)
__version__ = '0.12.0'
ident = '$Id: Errors.py 921 2005-02-15 16:32:23Z warnes $'
nested_scopes = _Feature((2, 1, 0, 'beta', 1), (2, 2, 0, 'alpha', 0), 16)
pythonHasBooleanType = 1