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