public abstract class ServerNotRegisteredHelper extends Object
Constructor and Description |
---|
ServerNotRegisteredHelper() |
Modifier and Type | Method and Description |
---|---|
static ServerNotRegistered |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
ServerNotRegistered that) |
static ServerNotRegistered |
read(InputStream istream) |
static TypeCode |
type() |
static void |
write(OutputStream ostream,
ServerNotRegistered value) |
public static void insert(Any a, ServerNotRegistered that)
public static ServerNotRegistered extract(Any a)
public static TypeCode type()
public static String id()
public static ServerNotRegistered read(InputStream istream)
public static void write(OutputStream ostream, ServerNotRegistered value)
Copyright © 2019 JBoss by Red Hat. All rights reserved.