Package pyGlobus :: Module GSISOAP :: Class SOAPBuilder
[show private | hide private]
[frames | no frames]

Class SOAPBuilder


Method Summary
  __init__(self, args, kw, method, namespace, header, methodattrs, envelope, encoding, use_refs, config)
  build(self)
  checkref(self, obj, tag, ns_map)
  dump(self, obj, tag, typed, ns_map)
  dump_dict(self, obj, tag, typed, ns_map)
  dump_dictionary(self, obj, tag, typed, ns_map)
  dump_float(self, obj, tag, typed, ns_map)
  dump_instance(self, obj, tag, typed, ns_map)
  dump_list(self, obj, tag, typed, ns_map)
  dump_None(self, obj, tag, typed, ns_map)
  dump_str(self, obj, tag, typed, ns_map)
  dump_string(self, obj, tag, typed, ns_map)
  dump_tuple(self, obj, tag, typed, ns_map)
  dump_unicode(self, obj, tag, typed, ns_map)
  dumper(self, nsURI, obj_type, obj, tag, typed, ns_map, rootattr, id, xml)
  genns(self, ns_map, nsURI)
  genroot(self, ns_map)
  gentag(self)

Class Variable Summary
str _env_bot = '</SOAP-ENV:Envelope>\n'
dict _env_ns = {'http://www.w3.org/2000/10/XMLSchema': 'xsd2'...
str _env_top = 'SOAP-ENV:Envelope SOAP-ENV:encodingStyle="ht...
str _xml_enc_top = '<?xml version="1.0" encoding="%s"?>\n'
str _xml_top = '<?xml version="1.0"?>\n'

Class Variable Details

_env_bot

Type:
str
Value:
'''</SOAP-ENV:Envelope>
'''                                                                    

_env_ns

Type:
dict
Value:
{'http://schemas.xmlsoap.org/soap/encoding/': 'SOAP-ENC',
 'http://schemas.xmlsoap.org/soap/envelope/': 'SOAP-ENV',
 'http://www.w3.org/1999/XMLSchema': 'xsd',
 'http://www.w3.org/1999/XMLSchema-instance': 'xsi',
 'http://www.w3.org/2000/10/XMLSchema': 'xsd2',
 'http://www.w3.org/2000/10/XMLSchema-instance': 'xsi2',
 'http://www.w3.org/2001/XMLSchema': 'xsd3',
 'http://www.w3.org/2001/XMLSchema-instance': 'xsi3'}                  

_env_top

Type:
str
Value:
'SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/\
soap/encoding/"'                                                       

_xml_enc_top

Type:
str
Value:
'''<?xml version="1.0" encoding="%s"?>
'''                                                                    

_xml_top

Type:
str
Value:
'''<?xml version="1.0"?>
'''                                                                    

Generated by Epydoc 2.1 on Tue Apr 4 14:32:54 2006 http://epydoc.sf.net