this.orb = this.configuration.getORB();
}
public Connection create_connection (ProtocolProperties props)
{
ClientIIOPConnection delegate = new ClientIIOPConnection();
try
{
delegate.configure(configuration);
}
catch( ConfigurationException ce )
{
throw new org.omg.CORBA.INTERNAL("ConfigurationException: " + ce.getMessage());
}