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
-
ProfileBodyHelper()
-
-
extract(Any)
-
-
id()
-
-
insert(Any, ProfileBody)
-
-
read(InputStream)
-
-
type()
-
-
write(OutputStream, ProfileBody)
-
ProfileBodyHelper
public ProfileBodyHelper()
read
public static ProfileBody read(InputStream _input)
write
public static void write(OutputStream _output,
ProfileBody value)
insert
public static void insert(Any any,
ProfileBody value)
extract
public static ProfileBody extract(Any any)
type
public static TypeCode type()
id
public static String id()
All Packages Class Hierarchy This Package Previous Next Index