org.omg.SSLIOP
Class SSLHelper

java.lang.Object
  |
  +--org.omg.SSLIOP.SSLHelper

public class SSLHelper
extends java.lang.Object

Helper class for : SSL

Author:
OpenORB Compiler

Constructor Summary
SSLHelper()
           
 
Method Summary
static SSL extract(org.omg.CORBA.Any a)
          Extract SSL from an any
static java.lang.String id()
          Return the SSL IDL ID
static void insert(org.omg.CORBA.Any a, SSL t)
          Insert SSL into an any
static SSL read(org.omg.CORBA.portable.InputStream istream)
          Read SSL from a marshalled stream
static org.omg.CORBA.TypeCode type()
          Return the SSL TypeCode
static void write(org.omg.CORBA.portable.OutputStream ostream, SSL value)
          Write SSL into a marshalled stream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSLHelper

public SSLHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          SSL t)
Insert SSL into an any
Parameters:
a - an any
t - SSL value

extract

public static SSL extract(org.omg.CORBA.Any a)
Extract SSL from an any
Parameters:
a - an any
Returns:
the extracted SSL value

type

public static org.omg.CORBA.TypeCode type()
Return the SSL TypeCode
Returns:
a TypeCode

id

public static java.lang.String id()
Return the SSL IDL ID
Returns:
an ID

read

public static SSL read(org.omg.CORBA.portable.InputStream istream)
Read SSL from a marshalled stream
Parameters:
istream - the input stream
Returns:
the readed SSL value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         SSL value)
Write SSL into a marshalled stream
Parameters:
ostream - the output stream
value - SSL value