# File lib/soap/encodingstyle/handler.rb, line 32
    def each
      @@handlers.each do |key, value|
        yield(value)
      end
    end