uk.org.iscream.cms.server.clientinterface
Class ClientHelper

java.lang.Object
  extended by uk.org.iscream.cms.server.clientinterface.ClientHelper

public final class ClientHelper
extends Object

Generated from IDL definition of interface "Client"

Author:
JacORB IDL compiler

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

Constructor Detail

ClientHelper

public ClientHelper()
Method Detail

insert

public static void insert(Any any,
                          Client s)

extract

public static Client extract(Any any)

type

public static TypeCode type()

id

public static String id()

read

public static Client read(InputStream in)

write

public static void write(OutputStream _out,
                         Client s)

narrow

public static Client narrow(Object obj)


Copyright © 2000-2003 i-scream. All Rights Reserved.