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