org.omg.CosNotifyCommAck
Class StructuredPushSupplierAckHelper

java.lang.Object
  extended byorg.omg.CosNotifyCommAck.StructuredPushSupplierAckHelper

public final class StructuredPushSupplierAckHelper
extends java.lang.Object

Generated from IDL interface "StructuredPushSupplierAck"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

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

Constructor Detail

StructuredPushSupplierAckHelper

public StructuredPushSupplierAckHelper()
Method Detail

insert

public static void insert(Any any,
                          StructuredPushSupplierAck s)

extract

public static StructuredPushSupplierAck extract(Any any)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static StructuredPushSupplierAck read(InputStream in)

write

public static void write(OutputStream _out,
                         StructuredPushSupplierAck s)

narrow

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

narrow

public static StructuredPushSupplierAck narrow(Object obj)

unchecked_narrow

public static StructuredPushSupplierAck unchecked_narrow(Object obj)