public abstract class StructuredProxyPullSupplierHelper extends Object
| Constructor and Description |
|---|
StructuredProxyPullSupplierHelper() |
| Modifier and Type | Method and Description |
|---|---|
static StructuredProxyPullSupplier |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
StructuredProxyPullSupplier s) |
static StructuredProxyPullSupplier |
narrow(Object obj) |
static StructuredProxyPullSupplier |
read(InputStream in) |
static TypeCode |
type() |
static StructuredProxyPullSupplier |
unchecked_narrow(Object obj) |
static void |
write(OutputStream _out,
StructuredProxyPullSupplier s) |
public static TypeCode type()
public static void insert(Any any, StructuredProxyPullSupplier s)
public static StructuredProxyPullSupplier extract(Any any)
public static String id()
public static StructuredProxyPullSupplier read(InputStream in)
public static void write(OutputStream _out, StructuredProxyPullSupplier s)
public static StructuredProxyPullSupplier narrow(Object obj)
public static StructuredProxyPullSupplier unchecked_narrow(Object obj)
Copyright © 2015 JacORB. All rights reserved.