All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class com.visigenic.vbroker.IIOP_1_1.ProfileBodyHelper

java.lang.Object
    |
    +----com.visigenic.vbroker.IIOP_1_1.ProfileBodyHelper

public abstract class ProfileBodyHelper
extends Object

Constructor Index

 o ProfileBodyHelper()

Method Index

 o extract(Any)
 o id()
 o insert(Any, ProfileBody)
 o read(InputStream)
 o type()
 o write(OutputStream, ProfileBody)

Constructors

 o ProfileBodyHelper
public ProfileBodyHelper()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index