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