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

Faults.

 
Modules
       
cStringIO
traceback

 
Classes
       
ActorFaultDetail
Detail
FaultType
URIFaultDetail
ZSI.ZSIException(exceptions.Exception)
Fault
ZSIFaultDetail
ZSIHeaderDetail

 
class ActorFaultDetail
     Methods defined here:
__init__(self, uri=None)

Data and other attributes defined here:
typecode = <ZSI.fault.ActorFaultDetailTypeCode object>

 
class Detail
     Methods defined here:
__init__(self, any=None)

Data and other attributes defined here:
typecode = <ZSI.TCcompound.Struct instance>

 
class Fault(ZSI.ZSIException)
    SOAP Faults.
 
 
Method resolution order:
Fault
ZSI.ZSIException
exceptions.Exception

Methods defined here:
AsSOAP(self, **kw)
AsSoap = AsSOAP(self, **kw)
DataForSOAPHeader(self)
__init__(self, code, string, actor=None, detail=None, headerdetail=None)
__repr__(self)
__str__(self)
serialize(self, sw)
Serialize the object.

Data and other attributes defined here:
Client = 'SOAP-ENV:Client'
MU = 'SOAP-ENV:MustUnderstand'
Server = 'SOAP-ENV:Server'

Methods inherited from exceptions.Exception:
__getitem__(...)

 
class FaultType
     Methods defined here:
__init__(self, faultcode=None, faultstring=None, faultactor=None, detail=None)

Data and other attributes defined here:
typecode = <ZSI.TCcompound.Struct instance>

 
class URIFaultDetail
     Methods defined here:
__init__(self, uri=None, localname=None)

Data and other attributes defined here:
typecode = <ZSI.fault.URIFaultDetailTypeCode object>

 
class ZSIFaultDetail
     Methods defined here:
__init__(self, string=None, trace=None)
__repr__(self)
__str__(self)

Data and other attributes defined here:
typecode = <ZSI.fault.ZSIFaultDetailTypeCode object>

 
class ZSIHeaderDetail
     Methods defined here:
__init__(self, detail)

Data and other attributes defined here:
typecode = <ZSI.TCcompound.Struct instance>

 
Data
        UNBOUNDED = 'unbounded'
ZSI_SCHEMA_URI = 'http://www.zolera.com/schemas/ZSI/'