Package suds :: Module plugin :: Class InitPlugin
[hide private]
[frames] | no frames]

Class InitPlugin

source code

Plugin --+
         |
        InitPlugin

The base class for suds init plugins.

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: