com.bankframe.ei.channel.corba.ibm.eontec
Class CorbaChannelClientHelper

java.lang.Object
  extended bycom.bankframe.ei.channel.corba.ibm.eontec.CorbaChannelClientHelper

public abstract class CorbaChannelClientHelper
extends java.lang.Object


Constructor Summary
CorbaChannelClientHelper()
           
 
Method Summary
static CorbaChannelClient extract(org.omg.CORBA.Any a)
           
static java.lang.String id()
           
static void insert(org.omg.CORBA.Any a, CorbaChannelClient that)
           
static CorbaChannelClient narrow(org.omg.CORBA.Object obj)
           
static CorbaChannelClient read(org.omg.CORBA.portable.InputStream istream)
           
static org.omg.CORBA.TypeCode type()
           
static void write(org.omg.CORBA.portable.OutputStream ostream, CorbaChannelClient value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorbaChannelClientHelper

public CorbaChannelClientHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          CorbaChannelClient that)

extract

public static CorbaChannelClient extract(org.omg.CORBA.Any a)

type

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

id

public static java.lang.String id()

read

public static CorbaChannelClient read(org.omg.CORBA.portable.InputStream istream)

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         CorbaChannelClient value)

narrow

public static CorbaChannelClient narrow(org.omg.CORBA.Object obj)


Copyright © 2005, 2007, Oracle. All rights reserved.