public final class StructuredProxyPushSupplierAckHelper extends Object
Constructor and Description |
---|
StructuredProxyPushSupplierAckHelper() |
Modifier and Type | Method and Description |
---|---|
static StructuredProxyPushSupplierAck |
extract(Any any) |
static 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 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)
Copyright © 2016 JacORB. All rights reserved.