Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

SSLexample.hello
Class HelloHelper  view HelloHelper download HelloHelper.java

java.lang.Object
  extended bySSLexample.hello.HelloHelper

public final class HelloHelper
extends java.lang.Object

Class declaration

Version:
$Revision: 1.5 $ $Date: 2002/05/07 20:44:41 $

Field Summary
private static org.omg.CORBA.TypeCode typeCode_
           
 
Constructor Summary
HelloHelper()
           
 
Method Summary
static Hello extract(org.omg.CORBA.Any any)
          Method declaration
static java.lang.String id()
          Method declaration
static void insert(org.omg.CORBA.Any any, Hello val)
          Method declaration
static Hello narrow(org.omg.CORBA.Object val)
          Method declaration
static Hello read(org.omg.CORBA.portable.InputStream in)
          Method declaration
static org.omg.CORBA.TypeCode type()
          Method declaration
static void write(org.omg.CORBA.portable.OutputStream out, Hello val)
          Method declaration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeCode_

private static org.omg.CORBA.TypeCode typeCode_
Constructor Detail

HelloHelper

public HelloHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any any,
                          Hello val)
Method declaration


extract

public static Hello extract(org.omg.CORBA.Any any)
Method declaration


type

public static org.omg.CORBA.TypeCode type()
Method declaration


id

public static java.lang.String id()
Method declaration


read

public static Hello read(org.omg.CORBA.portable.InputStream in)
Method declaration


write

public static void write(org.omg.CORBA.portable.OutputStream out,
                         Hello val)
Method declaration


narrow

public static Hello narrow(org.omg.CORBA.Object val)
Method declaration