Home | Trees | Indices | Help |
---|
|
A service definition provides an object used to generate a textual description of a service.
|
|||
|
|||
|
|||
|
|||
(port, [method]) |
|
||
|
|||
|
|||
|
|||
|
|||
(prefix, uri). |
|
||
str |
|
||
str |
|
||
|
|||
|
|
|||
[port-tuple,..] |
ports A list of port-tuple: (port, [(method-name, pdef)]) |
||
[(prefix,uri),..] |
prefixes A list of remapped prefixes. |
||
suds.wsdl.Service |
service The service object. |
||
[Type,..] |
types A list of type definitions |
||
wsdl.Definitions |
wsdl A wsdl. |
|
|
Look through the list of service ports and construct a list of tuples where each tuple is used to describe a port and it's list of methods as: (port, [method]). Each method is tuple: (name, [pdef,..] where each pdef is a tuple: (param-name, type). |
Find and return a port tuple for the specified port. Created and added when not found.
|
Get the next available prefix. This means a prefix starting with 'ns' with a number appended as (ns0, ns1, ..) that is not already defined on the wsdl document. |
Get the prefix for the specified namespace (uri)
|
Get a (namespace) translated qualified name for specified type.
|
Get a textual description of the service for which this object represents.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Mar 21 14:39:09 2011 | http://epydoc.sourceforge.net |