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