org.omg.CORBA
Class INV_IDENTHelper

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

public final class INV_IDENTHelper
extends Object


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

Constructor Detail

INV_IDENTHelper

public INV_IDENTHelper()
Method Detail

insert

public static void insert(Any any,
                          INV_IDENT val)

extract

public static INV_IDENT extract(Any any)

type

public static TypeCode type()

id

public static String id()

read

public static INV_IDENT read(InputStream in)

write

public static void write(OutputStream out,
                         INV_IDENT val)


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