public final class ExternalEndpointConnectorHelper
extends java.lang.Object
Constructor and Description |
---|
ExternalEndpointConnectorHelper() |
Modifier and Type | Method and Description |
---|---|
static ExternalEndpointConnector |
extract(Any any) |
static java.lang.String |
id() |
static void |
insert(Any any,
ExternalEndpointConnector s) |
static ExternalEndpointConnector |
read(InputStream in) |
static TypeCode |
type() |
static void |
write(OutputStream out,
ExternalEndpointConnector s) |
public static void insert(Any any, ExternalEndpointConnector s)
public static ExternalEndpointConnector extract(Any any)
public static java.lang.String id()
public static ExternalEndpointConnector read(InputStream in)
public static void write(OutputStream out, ExternalEndpointConnector s)
public static TypeCode type()