method

receive_headers

receive_headers(headers)
private

No documentation available.

# File lib/soap/wsdlDriver.rb, line 413
    def receive_headers(headers)
      @proxy.headerhandler.on_inbound(headers) if headers
    end