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

java.lang.Object
  |
  +--uk.org.iscream.cms.server.clientinterface.ClientInterfaceHelper

public final class ClientInterfaceHelper
extends Object

Generated from IDL definition of interface "ClientInterface"

Author:
JacORB IDL compiler

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

Constructor Detail

ClientInterfaceHelper

public ClientInterfaceHelper()
Method Detail

insert

public static void insert(Any any,
                          ClientInterface s)

extract

public static ClientInterface extract(Any any)

type

public static TypeCode type()

id

public static String id()

read

public static ClientInterface read(InputStream in)

write

public static void write(OutputStream _out,
                         ClientInterface s)

narrow

public static ClientInterface narrow(Object obj)


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