001 package org.omg.PortableInterceptor; 002 003 /** 004 * Generated from IDL interface "IORInterceptor_3_0". 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:54 AM 008 */ 009 010 public final class IORInterceptor_3_0Holder implements org.omg.CORBA.portable.Streamable{ 011 public IORInterceptor_3_0 value; 012 public IORInterceptor_3_0Holder() 013 { 014 } 015 public IORInterceptor_3_0Holder (final IORInterceptor_3_0 initial) 016 { 017 value = initial; 018 } 019 public org.omg.CORBA.TypeCode _type() 020 { 021 return IORInterceptor_3_0Helper.type(); 022 } 023 public void _read (final org.omg.CORBA.portable.InputStream in) 024 { 025 value = IORInterceptor_3_0Helper.read (in); 026 } 027 public void _write (final org.omg.CORBA.portable.OutputStream _out) 028 { 029 IORInterceptor_3_0Helper.write (_out,value); 030 } 031 }