001 package org.omg.GIOP; 002 003 /** 004 * Generated from IDL struct "ReplyHeader_1_0". 005 * 006 * @author JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007 007 * @version generated at Sep 22, 2012 10:57:17 AM 008 */ 009 010 public final class ReplyHeader_1_0 011 implements org.omg.CORBA.portable.IDLEntity 012 { 013 public ReplyHeader_1_0(){} 014 public org.omg.IOP.ServiceContext[] service_context; 015 public int request_id; 016 public org.omg.GIOP.ReplyStatusType_1_2 reply_status; 017 public ReplyHeader_1_0(org.omg.IOP.ServiceContext[] service_context, int request_id, org.omg.GIOP.ReplyStatusType_1_2 reply_status) 018 { 019 this.service_context = service_context; 020 this.request_id = request_id; 021 this.reply_status = reply_status; 022 } 023 }