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