// it doesn't really matter much, but it's simply a force of habit.
for( int i = (size - 1); i >= 0; i-- ) {
IORInterceptor interceptor = iorInterceptors[i];
try {
interceptor.establish_components( info );
}
catch( Exception e ) {
// as per PI spec (orbos/99-12-02 sec 7.2.1), if
// establish_components throws an exception, ignore it.
}