public abstract class RegisterNotSupportedHelper extends Object
| Constructor and Description |
|---|
RegisterNotSupportedHelper() |
| Modifier and Type | Method and Description |
|---|---|
static RegisterNotSupported |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
RegisterNotSupported s) |
static RegisterNotSupported |
read(InputStream in) |
static TypeCode |
type() |
static void |
write(OutputStream out,
RegisterNotSupported s) |
public static TypeCode type()
public static void insert(Any any, RegisterNotSupported s)
public static RegisterNotSupported extract(Any any)
public static String id()
public static RegisterNotSupported read(InputStream in)
public static void write(OutputStream out, RegisterNotSupported s)
Copyright © 2015 JacORB. All rights reserved.