org.omg.CosNotifyCommAck
Class SequencePullSupplierAckHelper

java.lang.Object
  extended by org.omg.CosNotifyCommAck.SequencePullSupplierAckHelper

public final class SequencePullSupplierAckHelper
extends java.lang.Object

Generated from IDL interface "SequencePullSupplierAck".

Version:
generated at Mar 31, 2009 8:42:29 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007

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

Constructor Detail

SequencePullSupplierAckHelper

public SequencePullSupplierAckHelper()
Method Detail

insert

public static void insert(Any any,
                          SequencePullSupplierAck s)

extract

public static SequencePullSupplierAck extract(Any any)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static SequencePullSupplierAck read(InputStream in)

write

public static void write(OutputStream _out,
                         SequencePullSupplierAck s)

narrow

public static SequencePullSupplierAck narrow(Object obj)

unchecked_narrow

public static SequencePullSupplierAck unchecked_narrow(Object obj)