223224225226227228229230231232233
Interceptor interceptor = null; try { while( i.hasNext() ) { InterceptorConfiguration cfg = ( InterceptorConfiguration ) i.next(); register( cfg ); } } catch ( Throwable t ) {
202203204205206207208209210211212
215216217218219220221222223224225