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