Public Member Functions | |
def | __init__ |
def | fromSchema |
def | getTypes |
def | getElements |
def | write |
def | __init__ |
def | fromSchema |
def | getTypes |
def | getElements |
def | write |
Data Fields | |
classHead | |
classFoot | |
items | |
targetNamespace | |
do_extended | |
extPyClasses | |
Static Public Attributes | |
tuple | logger = _GetLogger("SchemaDescription") |
generates classes for defs and decs in the schema instance.
Definition at line 386 of file wsdl2python.py.
def fromSchema | ( | self, | |
schema | |||
) |
Can be called multiple times, but will not redefine a previously defined type definition or element declaration.
Definition at line 401 of file wsdl2python.py.
def fromSchema | ( | self, | |
schema | |||
) |
Can be called multiple times, but will not redefine a previously defined type definition or element declaration.
Definition at line 401 of file wsdl2python.py.
def write | ( | self, | |
fd | |||
) |
write out to file descriptor.
Definition at line 430 of file wsdl2python.py.
def write | ( | self, | |
fd | |||
) |
write out to file descriptor.
Definition at line 430 of file wsdl2python.py.