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

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

 
Modules
       
socket
time
urlparse

 
Classes
       
__builtin__.object
Address

 
class Address(__builtin__.object)
    WS-Address
 
Implemented is dependent on the default "wsdl2py" convention of generating aname,
so the attributes representing element declaration names should be prefixed with
an underscore.
 
  Methods defined here:
__init__(self, addressTo=None, wsAddressURI=None, action=None)
checkResponse(self, ps, action)
ps -- ParsedSoap
action -- ws-action for response
getAction(self)
getMessageID(self)
getRelatesTo(self)
parse(self, ps, **kw)
ps -- ParsedSoap instance
serialize(self, sw, **kw)
sw -- SoapWriter instance, add WS-Address header.
setAction(self, action)
setRequest(self, endPointReference, action)
Call For Request
setResponseFromWSAddress(self, address, localURL)
Server-side has to set these fields in response.
address -- Address instance, representing a WS-Address
setUp(self)
Look for WS-Address

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'Address' objects>
list of weak references to the object (if defined)

 
Data
        WSA_LIST = (<class ZSI.wstools.Namespaces.WSA200408>, <class ZSI.wstools.Namespaces.WSA200403>, <class ZSI.wstools.Namespaces.WSA200303>)