HappyDoc Generated Documentation Class: WSDL

. / BuildStructure / SOAPpy / wstools / WSDLTools.py / WSDL 

Methods   
  toDom 
toDom ( self )
  load 
load ( self,  document )
Exceptions   

WSDLError( 'Missing element.' )
WSDLError( 'Missing type attribute for binding %s.' % name )

  addMessage 
addMessage (
        self,
        name,
        documentation=None,
        targetNamespace=None,
        )
Exceptions   

WSDLError( 'Duplicate message element: %s.' % name )

  addImport 
addImport (
        self,
        namespace,
        location,
        )
  __del__ 
__del__ ( self )
  addBinding 
addBinding (
        self,
        name,
        type,
        documentation=None,
        targetNamespace=None,
        )
Exceptions   

WSDLError( 'Duplicate binding element: %s' % name )

  addPortType 
addPortType (
        self,
        name,
        documentation=None,
        targetNamespace=None,
        )
Exceptions   

WSDLError( 'Duplicate portType element: name' )

  addService 
addService (
        self,
        name,
        documentation=None,
        targetNamespace=None,
        )
Exceptions   

WSDLError( 'Duplicate service element: %s' % name )

  __init__ 
__init__ (
        self,
        targetNamespace=None,
        strict=None,
        )

This document was automatically generated Fri May 30 21:13:37 2008 by HappyDoc version 3.1