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