Trees | Indices | Help |
|
---|
|
suds.plugin.Plugin --+ | suds.plugin.MessagePlugin --+ | MyMessagePlugin
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
Suds will send the specified soap envelope. Provides the plugin with the opportunity to inspect/modify the envelope Document before it is sent.
|
Suds will send the specified soap envelope. Provides the plugin with the opportunity to inspect/modify the message text it is sent.
|
Suds has received the specified reply. Provides the plugin with the opportunity to inspect/modify the received XML text before it is SAX parsed.
|
Suds has sax parsed the received reply. Provides the plugin with the opportunity to inspect/modify the sax parsed DOM tree for the reply before it is unmarshalled.
|
Suds has unmarshalled the received reply. Provides the plugin with the opportunity to inspect/modify the unmarshalled reply object before it is returned.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jun 20 03:54:28 2014 | http://epydoc.sourceforge.net |