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