org.omg.SSLIOP
Class SSLHelper

java.lang.Object
  extended byorg.omg.SSLIOP.SSLHelper

public final class SSLHelper
extends java.lang.Object

Generated from IDL definition of struct "SSL"

Author:
JacORB IDL compiler

Constructor Summary
SSLHelper()
           
 
Method Summary
static SSL extract(Any any)
           
static java.lang.String id()
           
static void insert(Any any, SSL s)
           
static SSL read(InputStream in)
           
static TypeCode type()
           
static void write(OutputStream out, SSL s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSLHelper

public SSLHelper()
Method Detail

type

public static TypeCode type()

insert

public static void insert(Any any,
                          SSL s)

extract

public static SSL extract(Any any)

id

public static java.lang.String id()

read

public static SSL read(InputStream in)

write

public static void write(OutputStream out,
                         SSL s)