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