org.omg.CosBridgeAdmin
Class ExternalEndpoint

java.lang.Object
  extended byorg.omg.CosBridgeAdmin.ExternalEndpoint
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class ExternalEndpoint
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of struct "ExternalEndpoint"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 ExternalEndpointConnector connector
           
 ExternalEndpointRole role
           
 FlowStyle style
           
 MessageType type
           
 
Constructor Summary
ExternalEndpoint()
           
ExternalEndpoint(ExternalEndpointRole role, ExternalEndpointConnector connector, FlowStyle style, MessageType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

role

public ExternalEndpointRole role

connector

public ExternalEndpointConnector connector

style

public FlowStyle style

type

public MessageType type
Constructor Detail

ExternalEndpoint

public ExternalEndpoint()

ExternalEndpoint

public ExternalEndpoint(ExternalEndpointRole role,
                        ExternalEndpointConnector connector,
                        FlowStyle style,
                        MessageType type)