org.omg.GIOP
Class AddressingDispositionHelper

java.lang.Object
  extended byorg.omg.GIOP.AddressingDispositionHelper

public class AddressingDispositionHelper
extends java.lang.Object

Helper class for : AddressingDisposition

Author:
OpenORB Compiler

Constructor Summary
AddressingDispositionHelper()
           
 
Method Summary
static short extract(Any a)
          Extract AddressingDisposition from an any
static java.lang.String id()
          Return the AddressingDisposition IDL ID
static void insert(Any a, short t)
          Insert AddressingDisposition into an any
static short read(InputStream istream)
          Read AddressingDisposition from a marshalled stream
static TypeCode type()
          Return the AddressingDisposition TypeCode
static void write(OutputStream ostream, short value)
          Write AddressingDisposition into a marshalled stream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressingDispositionHelper

public AddressingDispositionHelper()
Method Detail

insert

public static void insert(Any a,
                          short t)
Insert AddressingDisposition into an any

Parameters:
a - an any
t - AddressingDisposition value

extract

public static short extract(Any a)
Extract AddressingDisposition from an any

Parameters:
a - an any
Returns:
the extracted AddressingDisposition value

type

public static TypeCode type()
Return the AddressingDisposition TypeCode

Returns:
a TypeCode

id

public static java.lang.String id()
Return the AddressingDisposition IDL ID

Returns:
an ID

read

public static short read(InputStream istream)
Read AddressingDisposition from a marshalled stream

Parameters:
istream - the input stream
Returns:
the readed AddressingDisposition value

write

public static void write(OutputStream ostream,
                         short value)
Write AddressingDisposition into a marshalled stream

Parameters:
ostream - the output stream
value - AddressingDisposition value