001    package org.omg.IOP;
002    
003    /**
004     * Generated from IDL struct "ServiceContext".
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:16 AM
008     */
009    
010    public final class ServiceContext
011            implements org.omg.CORBA.portable.IDLEntity
012    {
013            public ServiceContext(){}
014            public int context_id;
015            public byte[] context_data;
016            public ServiceContext(int context_id, byte[] context_data)
017            {
018                    this.context_id = context_id;
019                    this.context_data = context_data;
020            }
021    }