Class RAP.MethodRequestPackage.parametersHelper
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class RAP.MethodRequestPackage.parametersHelper

Object
   |
   +----RAP.MethodRequestPackage.parametersHelper

public class parametersHelper
extends Object

Constructor Index

 o RAP.MethodRequestPackage.parametersHelper()

Method Index

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

Constructors

 o parametersHelper
public parametersHelper()

Methods

 o _orb
public static org.omg.CORBA.ORB _orb()
 o extract
public static RAP.NamedTypedValue[] extract(Any any)
 o id
public static java.lang.String id()
 o insert
public static void insert(Any any,
                          NamedTypedValue[] value)
 o read
public static RAP.NamedTypedValue[] read(InputStream _stream)
 o type
public static org.omg.CORBA.TypeCode type()
 o write
public static void write(OutputStream _stream,
                         NamedTypedValue[] value)

All Packages  Class Hierarchy  This Package  Previous  Next  Index