org.omg.CosTrading
Class TraderComponentsHelper

java.lang.Object
  extended byorg.omg.CosTrading.TraderComponentsHelper

public final class TraderComponentsHelper
extends java.lang.Object

Generated from IDL interface "TraderComponents"

Author:
JacORB IDL compiler V 2.1 (JBoss patch 1), 01-Mar-2004

Constructor Summary
TraderComponentsHelper()
           
 
Method Summary
static TraderComponents extract(Any any)
           
static java.lang.String id()
           
static void insert(Any any, TraderComponents s)
           
static TraderComponents narrow(java.lang.Object obj)
           
static TraderComponents narrow(Object obj)
           
static TraderComponents read(InputStream in)
           
static TypeCode type()
           
static TraderComponents unchecked_narrow(Object obj)
           
static void write(OutputStream _out, TraderComponents s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TraderComponentsHelper

public TraderComponentsHelper()
Method Detail

insert

public static void insert(Any any,
                          TraderComponents s)

extract

public static TraderComponents extract(Any any)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static TraderComponents read(InputStream in)

write

public static void write(OutputStream _out,
                         TraderComponents s)

narrow

public static TraderComponents narrow(java.lang.Object obj)

narrow

public static TraderComponents narrow(Object obj)

unchecked_narrow

public static TraderComponents unchecked_narrow(Object obj)