# File lib/soap/header/handlerset.rb, line 41
  def on_outbound
    @store.collect { |handler|
      handler.on_outbound_headeritem
    }.compact
  end