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

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

public abstract class KeyValueHelper
extends Object


Constructor Summary
KeyValueHelper()
           
 
Method Summary
static KeyValue extract(Any a)
           
static String id()
           
static void insert(Any a, KeyValue that)
           
static KeyValue read(InputStream istream)
           
static TypeCode type()
           
static void write(OutputStream ostream, KeyValue value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyValueHelper

public KeyValueHelper()
Method Detail

insert

public static void insert(Any a,
                          KeyValue that)

extract

public static KeyValue extract(Any a)

type

public static TypeCode type()

id

public static String id()

read

public static KeyValue read(InputStream istream)

write

public static void write(OutputStream ostream,
                         KeyValue value)


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