001    package org.omg.IIOP;
002    
003    /**
004     * Generated from IDL struct "ProfileBody_1_1".
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:56 AM
008     */
009    
010    public final class ProfileBody_1_1
011            implements org.omg.CORBA.portable.IDLEntity
012    {
013            public ProfileBody_1_1(){}
014            public org.omg.IIOP.Version iiop_version;
015            public java.lang.String host = "";
016            public short port;
017            public byte[] object_key;
018            public org.omg.IOP.TaggedComponent[] components;
019            public ProfileBody_1_1(org.omg.IIOP.Version iiop_version, java.lang.String host, short port, byte[] object_key, org.omg.IOP.TaggedComponent[] components)
020            {
021                    this.iiop_version = iiop_version;
022                    this.host = host;
023                    this.port = port;
024                    this.object_key = object_key;
025                    this.components = components;
026            }
027    }