org.omg.CosBridgeAdmin
Class ExternalEndpointConnectorHelper

java.lang.Object
  extended byorg.omg.CosBridgeAdmin.ExternalEndpointConnectorHelper

public final class ExternalEndpointConnectorHelper
extends java.lang.Object

Generated from IDL definition of union "ExternalEndpointConnector"

Author:
JacORB IDL compiler

Constructor Summary
ExternalEndpointConnectorHelper()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalEndpointConnectorHelper

public ExternalEndpointConnectorHelper()
Method Detail

insert

public static void insert(Any any,
                          ExternalEndpointConnector s)

extract

public static ExternalEndpointConnector extract(Any any)

id

public static java.lang.String id()

read

public static ExternalEndpointConnector read(InputStream in)

write

public static void write(OutputStream out,
                         ExternalEndpointConnector s)

type

public static TypeCode type()