method

add_document_method_interface

add_document_method_interface(name, parts_names)
private

No documentation available.

# File lib/soap/wsdlDriver.rb, line 550
    def add_document_method_interface(name, parts_names)
      ::SOAP::Mapping.define_singleton_method(@host, name) do |h, b|
        @servant.document_send(name, h, b)
      end
      @host.method(name)
    end