org.omg.CSIIOP.CompoundSecMechHolder Maven / Gradle / Ivy
package org.omg.CSIIOP;
/**
* org/omg/CSIIOP/CompoundSecMechHolder.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /home/tomek/workspace/openjdk-orb/src/share/classes/org/omg/CSIIOP/CSIIOP.idl
* Thursday, June 22, 2023 7:19:19 PM CEST
*/
public final class CompoundSecMechHolder implements org.omg.CORBA.portable.Streamable
{
public org.omg.CSIIOP.CompoundSecMech value = null;
public CompoundSecMechHolder ()
{
}
public CompoundSecMechHolder (org.omg.CSIIOP.CompoundSecMech initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.omg.CSIIOP.CompoundSecMechHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.omg.CSIIOP.CompoundSecMechHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.omg.CSIIOP.CompoundSecMechHelper.type ();
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy