method

receive_headers

v1_8_7_72 - Show latest stable - Class: SOAP::RPC::Proxy
receive_headers(headers)
private

No documentation available.

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