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

SOAP messaging parsing.

 
Modules
       
cStringIO
ZSI.TC
mimetools
multifile
urllib

 
Classes
       
MIMEResolver
NetworkResolver

 
class MIMEResolver
    Multi-part MIME resolver -- SOAP With Attachments, mostly.
 
  Methods defined here:
GetSOAPPart(self)
Get the SOAP body part.
Opaque(self, uri, tc, ps, **keywords)
Resolve(self, uri, tc, ps, **keywords)
XML(self, uri, tc, ps, **keywords)
__getitem__(self, cid)
__init__(self, ct, f, next=None, uribase='thismessage:/', seekable=0, **kw)
get(self, uri)
Get the content for the bodypart identified by the uri.

 
class NetworkResolver
    A resolver that support string and XML.
 
  Methods defined here:
Opaque(self, uri, tc, ps, **keywords)
Resolve(self, uri, tc, ps, **keywords)
XML(self, uri, tc, ps, **keywords)
__init__(self, prefix=None)