Suds will send the specified soap envelope. Provides the plugin with the opportunity to inspect/modify the envelope Document before it is sent. @param context: The send context. The I{envelope} is the envelope docuemnt. @type context: L{MessageCon
(self, context)
| 117 | """ |
| 118 | |
| 119 | def marshalled(self, context): |
| 120 | """ |
| 121 | Suds will send the specified soap envelope. |
| 122 | Provides the plugin with the opportunity to inspect/modify |
| 123 | the envelope Document before it is sent. |
| 124 | @param context: The send context. |
| 125 | The I{envelope} is the envelope docuemnt. |
| 126 | @type context: L{MessageContext} |
| 127 | """ |
| 128 | pass |
| 129 | |
| 130 | def sending(self, context): |
| 131 | """ |