typeinterpreter
index
/home/groups/p/py/pywebsvcs/src/ZSI/typeinterpreter.py

###########################################################################
# Joshua R. Boverhof, LBNL
# See LBNLCopyright for copyright notice!
###########################################################################

 
Modules
       
ZSI.TC
ZSI.TCcompound
ZSI.TCtimes
ZSI

 
Classes
       
BaseTypeInterpreter
exceptions.Exception
NamespaceException

 
class BaseTypeInterpreter
    Example mapping of xsd/soapenc types to zsi python types.
Checks against all available classes in ZSI.TC.  Used in 
wsdl2python, wsdlInterpreter, and ServiceProxy.
 
  Methods defined here:
__init__(self)
get_pythontype(self, msg_type, targetNamespace, typeclass=None)
get_typeclass(self, msg_type, targetNamespace)

 
class NamespaceException(exceptions.Exception)
     Methods inherited from exceptions.Exception:
__getitem__(...)
__init__(...)
__str__(...)