org.omg.CosBridgeAdmin
Class ExternalEndpointConnectorHelper

java.lang.Object
  extended by org.omg.CosBridgeAdmin.ExternalEndpointConnectorHelper

public final class ExternalEndpointConnectorHelper
extends java.lang.Object

Generated from IDL union "ExternalEndpointConnector".

Version:
generated at Mar 31, 2009 8:42:29 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007

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()