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