1 10 package ist.coach.coachEmfCommon; 11 12 import intt.itu.itut_x780.ApplicationErrorInfoTypeHelper; 13 14 15 20 public class ApplicationErrorInfoTypeFactory 21 implements org.omg.CORBA.portable.ValueFactory { 22 23 29 32 public java.io.Serializable  33 read_value(org.omg.CORBA_2_3.portable.InputStream in) { 34 35 java.io.Serializable v = new ApplicationErrorInfoTypeImpl(); 36 return in.read_value(v); 37 } 38 39 45 48 public static void 49 register() { 50 51 org.objectweb.ccm.Components.Runtime.register_value_factory( 52 ApplicationErrorInfoTypeHelper.id(), 53 new ApplicationErrorInfoTypeFactory()); 54 } 55 56 } 57 58 | Popular Tags |