Suds has received the specified reply. Provides the plugin with the opportunity to inspect/modify the received XML text before it is SAX parsed. @param context: The reply context. The I{reply} is the raw text. @type context: L{MessageContext}
(self, context)
| 139 | pass |
| 140 | |
| 141 | def received(self, context): |
| 142 | """ |
| 143 | Suds has received the specified reply. |
| 144 | Provides the plugin with the opportunity to inspect/modify |
| 145 | the received XML text before it is SAX parsed. |
| 146 | @param context: The reply context. |
| 147 | The I{reply} is the raw text. |
| 148 | @type context: L{MessageContext} |
| 149 | """ |
| 150 | pass |
| 151 | |
| 152 | def parsed(self, context): |
| 153 | """ |