public final class ExternalEndpointConnectorHelper extends Object
Constructor and Description |
---|
ExternalEndpointConnectorHelper() |
Modifier and Type | Method and Description |
---|---|
static ExternalEndpointConnector |
extract(Any any) |
static 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 String id()
public static ExternalEndpointConnector read(InputStream in)
public static void write(OutputStream out, ExternalEndpointConnector s)
public static TypeCode type()
Copyright © 2017 JacORB. All rights reserved.