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