public abstract class POAHelper extends Object
Constructor and Description |
---|
POAHelper() |
Modifier and Type | Method and Description |
---|---|
static POA |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
POA that) |
static POA |
narrow(Object obj) |
static POA |
read(InputStream istream) |
static TypeCode |
type() |
static void |
write(OutputStream ostream,
POA value) |
public static TypeCode type()
public static String id()
public static POA read(InputStream istream)
public static void write(OutputStream ostream, POA value)
Copyright © 2017 JBoss by Red Hat. All rights reserved.