public final class ProxyPushConsumerHelper
extends java.lang.Object
Constructor and Description |
---|
ProxyPushConsumerHelper() |
Modifier and Type | Method and Description |
---|---|
static ProxyPushConsumer |
extract(Any any) |
static java.lang.String |
id() |
static void |
insert(Any any,
ProxyPushConsumer s) |
static ProxyPushConsumer |
narrow(Object obj) |
static ProxyPushConsumer |
read(InputStream in) |
static TypeCode |
type() |
static ProxyPushConsumer |
unchecked_narrow(Object obj) |
static void |
write(OutputStream _out,
ProxyPushConsumer s) |
public static void insert(Any any, ProxyPushConsumer s)
public static ProxyPushConsumer extract(Any any)
public static TypeCode type()
public static java.lang.String id()
public static ProxyPushConsumer read(InputStream in)
public static void write(OutputStream _out, ProxyPushConsumer s)
public static ProxyPushConsumer narrow(Object obj)
public static ProxyPushConsumer unchecked_narrow(Object obj)