org.omg.CSIIOP
Class ServiceConfigurationListHelper

java.lang.Object
  extended by org.omg.CSIIOP.ServiceConfigurationListHelper

public class ServiceConfigurationListHelper
extends java.lang.Object

Helper class for : ServiceConfigurationList

Author:
OpenORB Compiler

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

Constructor Detail

ServiceConfigurationListHelper

public ServiceConfigurationListHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          ServiceConfiguration[] t)
Insert ServiceConfigurationList into an any

Parameters:
a - an any
t - ServiceConfigurationList value

extract

public static ServiceConfiguration[] extract(org.omg.CORBA.Any a)
Extract ServiceConfigurationList from an any

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

type

public static org.omg.CORBA.TypeCode type()
Return the ServiceConfigurationList TypeCode

Returns:
a TypeCode

id

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

Returns:
an ID

read

public static ServiceConfiguration[] read(org.omg.CORBA.portable.InputStream istream)
Read ServiceConfigurationList from a marshalled stream

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

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         ServiceConfiguration[] value)
Write ServiceConfigurationList into a marshalled stream

Parameters:
ostream - the output stream
value - ServiceConfigurationList value