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

Class Factory

source code

A factory for instantiating types defined in the wsdl

Instance Methods [hide private]
 
__init__(self, wsdl) source code
Object
create(self, name)
create a WSDL type by name
source code
 
separator(self, ps)
Set the path separator.
source code
Instance Variables [hide private]
Builder builder
A schema object builder.
PathResolver resolver
A schema type resolver.
Method Details [hide private]

__init__(self, wsdl)
(Constructor)

source code 
Parameters:

create(self, name)

source code 

create a WSDL type by name

Parameters:
  • name (str) - The name of a type defined in the WSDL.
Returns: Object
The requested object.

separator(self, ps)

source code 

Set the path separator.

Parameters:
  • ps (char) - The new path separator.