001    package org.omg.CSIIOP;
002    
003    /**
004     * Generated from IDL struct "ServiceConfiguration".
005     *
006     * @author JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
007     * @version generated at Jun 18, 2012 10:36:58 AM
008     */
009    
010    public final class ServiceConfiguration
011            implements org.omg.CORBA.portable.IDLEntity
012    {
013            public ServiceConfiguration(){}
014            public int syntax;
015            public byte[] name;
016            public ServiceConfiguration(int syntax, byte[] name)
017            {
018                    this.syntax = syntax;
019                    this.name = name;
020            }
021    }