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

java.lang.Object
  extended by com.bankframe.ei.channel.corba.jdk.eontec.CorbaChannelClientHelper

public abstract class CorbaChannelClientHelper
extends Object


Constructor Summary
CorbaChannelClientHelper()
           
 
Method Summary
static CorbaChannelClient extract(Any a)
           
static String id()
           
static void insert(Any a, CorbaChannelClient that)
           
static CorbaChannelClient narrow(Object obj)
           
static CorbaChannelClient read(InputStream istream)
           
static TypeCode type()
           
static void write(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(Any a,
                          CorbaChannelClient that)

extract

public static CorbaChannelClient extract(Any a)

type

public static TypeCode type()

id

public static String id()

read

public static CorbaChannelClient read(InputStream istream)

write

public static void write(OutputStream ostream,
                         CorbaChannelClient value)

narrow

public static CorbaChannelClient narrow(Object obj)


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