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