Methods

Files

Class Index [+]

Quicksearch

WSDL::Importer

Public Class Methods

import(location, originalroot = nil) click to toggle source
    # File lib/wsdl/importer.rb, line 17
17:   def self.import(location, originalroot = nil)
18:     new.import(location, originalroot)
19:   end

Private Instance Methods

parse(content, location, originalroot) click to toggle source
    # File lib/wsdl/importer.rb, line 23
23:   def parse(content, location, originalroot)
24:     opt = {
25:       :location => location,
26:       :originalroot => originalroot
27:     }
28:     begin
29:       WSDL::Parser.new(opt).parse(content)
30:     rescue WSDL::Parser::ParseError
31:       super(content, location, originalroot)
32:     end
33:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.