001    package org.omg.CSIIOP;
002    
003    /**
004    * org/omg/CSIIOP/TLS_SEC_TRANSHolder.java .
005    * Generated by the IDL-to-Java compiler (portable), version "3.2"
006    * from /home/iurt/rpm/BUILD/geronimo-spec-corba/src/main/idl/CSIIOP.idl
007    * Saturday, November 26, 2011 9:53:35 PM UTC
008    */
009    
010    public final class TLS_SEC_TRANSHolder implements org.omg.CORBA.portable.Streamable
011    {
012      public org.omg.CSIIOP.TLS_SEC_TRANS value = null;
013    
014      public TLS_SEC_TRANSHolder ()
015      {
016      }
017    
018      public TLS_SEC_TRANSHolder (org.omg.CSIIOP.TLS_SEC_TRANS initialValue)
019      {
020        value = initialValue;
021      }
022    
023      public void _read (org.omg.CORBA.portable.InputStream i)
024      {
025        value = org.omg.CSIIOP.TLS_SEC_TRANSHelper.read (i);
026      }
027    
028      public void _write (org.omg.CORBA.portable.OutputStream o)
029      {
030        org.omg.CSIIOP.TLS_SEC_TRANSHelper.write (o, value);
031      }
032    
033      public org.omg.CORBA.TypeCode _type ()
034      {
035        return org.omg.CSIIOP.TLS_SEC_TRANSHelper.type ();
036      }
037    
038    }