org.omg.CORBA
Class DATA_CONVERSIONHelper

java.lang.Object
  extended by org.omg.CORBA.DATA_CONVERSIONHelper

public final class DATA_CONVERSIONHelper
extends Object


Constructor Summary
DATA_CONVERSIONHelper()
           
 
Method Summary
static DATA_CONVERSION extract(Any any)
           
static String id()
           
static void insert(Any any, DATA_CONVERSION val)
           
static DATA_CONVERSION read(InputStream in)
           
static TypeCode type()
           
static void write(OutputStream out, DATA_CONVERSION val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DATA_CONVERSIONHelper

public DATA_CONVERSIONHelper()
Method Detail

insert

public static void insert(Any any,
                          DATA_CONVERSION val)

extract

public static DATA_CONVERSION extract(Any any)

type

public static TypeCode type()

id

public static String id()

read

public static DATA_CONVERSION read(InputStream in)

write

public static void write(OutputStream out,
                         DATA_CONVERSION val)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.