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