Module: WSDL::Parser Private
- Defined in:
- lib/wsdl/parser.rb,
lib/wsdl/parser/port.rb,
lib/wsdl/parser/result.rb,
lib/wsdl/parser/binding.rb,
lib/wsdl/parser/service.rb,
lib/wsdl/parser/document.rb,
lib/wsdl/parser/importer.rb,
lib/wsdl/parser/resolver.rb,
lib/wsdl/parser/port_type.rb,
lib/wsdl/parser/input_output.rb,
lib/wsdl/parser/message_info.rb,
lib/wsdl/parser/cached_result.rb,
lib/wsdl/parser/operation_info.rb,
lib/wsdl/parser/header_reference.rb,
lib/wsdl/parser/binding_operation.rb,
lib/wsdl/parser/message_reference.rb,
lib/wsdl/parser/document_collection.rb,
lib/wsdl/parser/port_type_operation.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.
WSDL and XSD document parsing.
This module contains classes responsible for importing, resolving, and parsing WSDL documents and their referenced XML schemas. It handles recursive imports, relative path resolution, and builds an in-memory representation of the WSDL structure.
The main entry point is Result, which is created by Client when loading a WSDL document.
Defined Under Namespace
Classes: Binding, BindingOperation, CachedResult, Document, DocumentCollection, HeaderReference, Importer, Input, MessageInfo, MessageParts, MessageReference, OperationInfo, Output, Port, PortType, PortTypeOperation, Resolver, Result, Service