Sha256: 1d7160d5c5df78a4b577edffecd8d0e80fe4d50b36d58b69ed19094c8b67f1e4

Contents?: true

Size: 1.76 KB

Versions: 11

Compression:

Stored size: 1.76 KB

Contents

#
# Autogenerated by Thrift Compiler (1.0.0-upfluence)
#
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
#

require 'thrift'
require 'debug_proto_test_types'

module ServiceForExceptionWithAMap
  class Client
    include ::Thrift::Client

    def methodThatThrowsAnException()
      send_methodThatThrowsAnException()
      recv_methodThatThrowsAnException()
    end

    def send_methodThatThrowsAnException()
      send_message('methodThatThrowsAnException', MethodThatThrowsAnException_args)
    end

    def recv_methodThatThrowsAnException()
      result = receive_message(MethodThatThrowsAnException_result)
      raise result.xwamap unless result.xwamap.nil?
      return
    end

  end

  class Processor
    include ::Thrift::Processor

    def process_methodThatThrowsAnException(seqid, iprot, oprot)
      args = read_args(iprot, MethodThatThrowsAnException_args)
      result = MethodThatThrowsAnException_result.new()
      begin
        @handler.methodThatThrowsAnException()
      rescue ::ExceptionWithAMap => xwamap
        result.xwamap = xwamap
      end
      write_result(result, oprot, 'methodThatThrowsAnException', seqid)
    end

  end

  # HELPER FUNCTIONS AND STRUCTURES

  class MethodThatThrowsAnException_args
    include ::Thrift::Struct, ::Thrift::Struct_Union

    FIELDS = {

    }

    def struct_fields; FIELDS; end

    def validate
    end

    ::Thrift::Struct.generate_accessors self
  end

  class MethodThatThrowsAnException_result
    include ::Thrift::Struct, ::Thrift::Struct_Union
    XWAMAP = 1

    FIELDS = {
      XWAMAP => {:type => ::Thrift::Types::STRUCT, :name => 'xwamap', :class => ::ExceptionWithAMap}
    }

    def struct_fields; FIELDS; end

    def validate
    end

    ::Thrift::Struct.generate_accessors self
  end

end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
upfluence-thrift-1.0.12 test/debug_proto/gen-rb/service_for_exception_with_a_map.rb
upfluence-thrift-1.0.11 test/debug_proto/gen-rb/service_for_exception_with_a_map.rb
upfluence-thrift-1.0.10 test/debug_proto/gen-rb/service_for_exception_with_a_map.rb
upfluence-thrift-1.0.9 test/debug_proto/gen-rb/service_for_exception_with_a_map.rb
upfluence-thrift-1.0.8 test/debug_proto/gen-rb/service_for_exception_with_a_map.rb
upfluence-thrift-1.0.7 test/debug_proto/gen-rb/service_for_exception_with_a_map.rb
upfluence-thrift-1.0.6 test/debug_proto/gen-rb/service_for_exception_with_a_map.rb
upfluence-thrift-1.0.5 test/debug_proto/gen-rb/service_for_exception_with_a_map.rb
upfluence-thrift-1.0.4 test/debug_proto/gen-rb/service_for_exception_with_a_map.rb
upfluence-thrift-1.0.3 test/debug_proto/gen-rb/service_for_exception_with_a_map.rb
upfluence-thrift-1.0.1 test/debug_proto/gen-rb/service_for_exception_with_a_map.rb