All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class com.visigenic.vbroker.IOP.ServiceContextListHelper

java.lang.Object
    |
    +----com.visigenic.vbroker.IOP.ServiceContextListHelper

public abstract class ServiceContextListHelper
extends Object

IDL definition:
#pragma prefix "visigenic.com/IOP"
typedef sequence<::IOP::ServiceContext> ServiceContextList;


Constructor Index

 o ServiceContextListHelper()

Method Index

 o extract(Any)
 o id()
 o insert(Any, ServiceContext[])
 o read(InputStream)
 o type()
 o write(OutputStream, ServiceContext[])

Constructors

 o ServiceContextListHelper
public ServiceContextListHelper()

Methods

 o read
public static ServiceContext[] read(InputStream _input)
 o write
public static void write(OutputStream _output,
                         ServiceContext[] value)
 o insert
public static void insert(Any any,
                          ServiceContext[] value)
 o extract
public static ServiceContext[] extract(Any any)
 o type
public static TypeCode type()
 o id
public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index