Suds client initialization. Called after wsdl the has been loaded. Provides the plugin with the opportunity to inspect/modify the WSDL. @param context: The init context. @type context: L{InitContext}
(self, context)
| 75 | """ |
| 76 | |
| 77 | def initialized(self, context): |
| 78 | """ |
| 79 | Suds client initialization. |
| 80 | Called after wsdl the has been loaded. Provides the plugin |
| 81 | with the opportunity to inspect/modify the WSDL. |
| 82 | @param context: The init context. |
| 83 | @type context: L{InitContext} |
| 84 | """ |
| 85 | pass |
| 86 | |
| 87 | |
| 88 | class DocumentPlugin(Plugin): |