/* */ {
/* 246 */ Unmarshaller unmarshaller = UnmarshallerFactory.newInstance().newUnmarshaller();
/* 247 */ unmarshaller.setValidation(true);
/* 248 */ unmarshaller.setSchemaValidation(true);
/* 249 */ unmarshaller.setEntityResolver(new JBossWSEntityResolver());
/* 250 */ ObjectModelFactory factory = new HandlerChainsObjectFactory();
/* 251 */ handlerChainsMetaData = (UnifiedHandlerChainsMetaData)unmarshaller.unmarshal(is, factory, null);
/* */ }
/* */ finally
/* */ {
/* 255 */ is.close();