/* 65 */ this.metaData = metaData;
/* */ }
/* */
/* */ protected ConnectorMetaData getConnectorMetaData() throws Exception
/* */ {
/* 70 */ ObjectModelFactory factory = new ResourceAdapterObjectModelFactory();
/* 71 */ UnmarshallerFactory unmarshallerFactory = UnmarshallerFactory.newInstance();
/* 72 */ Unmarshaller unmarshaller = unmarshallerFactory.newUnmarshaller();
/* */
/* 74 */ URL rar = Thread.currentThread().getContextClassLoader().getResource(this.rarName);
/* 75 */ JarFile rarFile = new JarFile(rar.getFile());