Package tests :: Module axis1 :: Class MyInitPlugin
[hide private]
[frames] | no frames]

Class MyInitPlugin

source code

suds.plugin.Plugin --+    
                     |    
suds.plugin.InitPlugin --+
                         |
                        MyInitPlugin

Instance Methods [hide private]
 
initialized(self, context)
Suds client initialization.
source code
Method Details [hide private]

initialized(self, context)

source code 

Suds client initialization. Called after wsdl the has been loaded. Provides the plugin with the opportunity to inspect/modify the WSDL.

Parameters:
  • context - The init context.
Overrides: suds.plugin.InitPlugin.initialized
(inherited documentation)