/* */ {
/* 52 */ assertRequiredProperties();
/* */
/* 54 */ Unmarshaller unm = UnmarshallerFactory.newInstance().newUnmarshaller();
/* 55 */ SchemaBinding schemaBinding = JBossXBSupport.getOrCreateSchemaBinding(this.properties);
/* 56 */ XOPUnmarshallerImpl xopUnmarshaller = new XOPUnmarshallerImpl();
/* 57 */ schemaBinding.setXopUnmarshaller(xopUnmarshaller);
/* */ try
/* */ {
/* 61 */ return unm.unmarshal(is, schemaBinding);
/* */ }