001    package org.omg.SECIOP;
002    
003    /**
004     * Generated from IDL struct "MessageInContext".
005     *
006     * @author JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
007     * @version generated at Jun 18, 2012 10:37:50 AM
008     */
009    
010    public final class MessageInContext
011            implements org.omg.CORBA.portable.IDLEntity
012    {
013            public MessageInContext(){}
014            public org.omg.SECIOP.ContextIdDefn message_context_id_defn;
015            public long message_context_id;
016            public org.omg.SECIOP.ContextTokenType message_context_type;
017            public byte[] message_protection_token;
018            public MessageInContext(org.omg.SECIOP.ContextIdDefn message_context_id_defn, long message_context_id, org.omg.SECIOP.ContextTokenType message_context_type, byte[] message_protection_token)
019            {
020                    this.message_context_id_defn = message_context_id_defn;
021                    this.message_context_id = message_context_id;
022                    this.message_context_type = message_context_type;
023                    this.message_protection_token = message_protection_token;
024            }
025    }