Package suds :: Module wsdl :: Class Factory
[hide private]
[frames] | no frames]

Class Factory

source code

Simple WSDL object factory.

Class Methods [hide private]
WObject
create(cls, root, definitions)
Create an object based on the root tag name.
source code
Class Variables [hide private]
dict tags = {'import': Import, 'types': Types, 'message': Message, ...
Dictionary of tag->constructor mappings.
Method Details [hide private]

create(cls, root, definitions)
Class Method

source code 

Create an object based on the root tag name.

Parameters:
Returns: WObject
The created object.

Class Variable Details [hide private]

tags

Dictionary of tag->constructor mappings.
Type:
dict
Value:
{'import': Import, 'types': Types, 'message': Message, 'portType': Por\
tType, 'binding': Binding, 'service': Service,}