Module: WSDL::Resolver Private

Defined in:
lib/wsdl/resolver.rb,
lib/wsdl/resolver/loader.rb,
lib/wsdl/resolver/source.rb,
lib/wsdl/resolver/importer.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

I/O and orchestration for resolving WSDL documents and their dependencies.

Contains the classes responsible for classifying input sources, fetching documents from URLs or the filesystem, and recursively importing schemas. The Parser module handles XML parsing; this module handles everything before and around it.

Defined Under Namespace

Classes: Importer, Loader, Source