This method is deprecated or moved on the latest stable version.
The last existing version (v1_8_7_330) is shown here.
add_request_headerhandler(factory)
public
header handler interface
# File lib/soap/rpc/router.rb, line 48
def add_request_headerhandler(factory)
unless factory.respond_to?(:create)
raise TypeError.new("factory must respond to 'create'")
end
@headerhandlerfactory << factory
end