Package ndg :: Package soap :: Module etree
[hide private]

Module etree

source code

SOAP client package - XML representation using ElementTree

NERC DataGrid Project


Date: 27/07/09

Author: P J Kershaw

Contact: Philip.Kershaw@stfc.ac.uk

Copyright: (C) 2010 Science and Technology Facilities Council

License: http://www.apache.org/licenses/LICENSE-2.0

Classes [hide private]
  ETreeSOAPExtensions
Utility to enable addition of core ElementTree specific attributes and methods for ElementTree SOAP implementation
  SOAPHeader
ElementTree implementation of SOAP Header object
  SOAPBody
ElementTree based implementation for SOAP Body object
  SOAPFault
Extend SOAP Fault for ElementTree parsing and serialisation
  SOAPFaultException
Extend SOAP Fault Exception base class to use ElementTree based SOAP Fault implementation for parsing and serialisation
  SOAPEnvelope
ElementTree based SOAP implementation
Variables [hide private]
  __revision__ = '$Id: etree.py 7131 2010-06-30 13:37:48Z pjkers...
  log = logging.getLogger(__name__)
  __package__ = 'ndg.soap'
Variables Details [hide private]

__revision__

Value:
'$Id: etree.py 7131 2010-06-30 13:37:48Z pjkersha $'