// Create and register the factory for the Object Reference Factory
// implementation.
vf = new ValueFactory() {
public Serializable read_value( InputStream is )
{
return new ObjectReferenceFactoryImpl( is ) ;
}
} ;
orb.register_value_factory( ObjectReferenceFactoryImpl.repositoryId, vf ) ;
}