public final class ExternalEndpointErrorHelper
extends java.lang.Object
Constructor and Description |
---|
ExternalEndpointErrorHelper() |
Modifier and Type | Method and Description |
---|---|
static ExternalEndpointError |
extract(Any any) |
static java.lang.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 java.lang.String id()
public static ExternalEndpointError read(InputStream in)
public static void write(OutputStream out, ExternalEndpointError s)