Suds will send the specified soap envelope. Provides the plugin with the opportunity to inspect/modify the message text it is sent. @param context: The send context. The I{envelope} is the envelope text. @type context: L{MessageContext}
(self, context)
| 128 | pass |
| 129 | |
| 130 | def sending(self, context): |
| 131 | """ |
| 132 | Suds will send the specified soap envelope. |
| 133 | Provides the plugin with the opportunity to inspect/modify |
| 134 | the message text it is sent. |
| 135 | @param context: The send context. |
| 136 | The I{envelope} is the envelope text. |
| 137 | @type context: L{MessageContext} |
| 138 | """ |
| 139 | pass |
| 140 | |
| 141 | def received(self, context): |
| 142 | """ |