WSDL::Generator::Base - Base class for WSDL::Generator::*


WSDL-Generator documentation  | view source Contained in the WSDL-Generator distribution.

Index


NAME

Top

WSDL::Generator::Base - Base class for WSDL::Generator::*

SYNOPSIS

Top

  use base 'WSDL::Generator::Base';

METHODS

Top

get_wsdl_element($param, $tab)

$param contains the parameters to parse the element template. $tab is the depth of the structure - optional - useful for indented display. Returns an array of elements ready to be displayed.

to_string()

Returns a string containing lines of WSDL data

dumper($struct)

Extends the data structure received by adding data type infos at each branch

SEE ALSO

Top

  WSDL::Generator

AUTHOR

Top

"Pierre Denis" <pdenis@fotango.com>

COPYRIGHT

Top


WSDL-Generator documentation  | view source Contained in the WSDL-Generator distribution.