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