/* 177 */ defined_in_id = ((ContainedOperations)this.defined_in).id();
/* */ }
/* */
/* 180 */ ExceptionDescription[] exds = new ExceptionDescription[this.exceptions.length];
/* 181 */ for (int i = 0; i < this.exceptions.length; i++) {
/* 182 */ Description d = this.exceptions[i].describe();
/* 183 */ exds[i] = ExceptionDescriptionHelper.extract(d.value);
/* */ }
/* */
/* 187 */ OperationDescription od = new OperationDescription(this.name, this.id, defined_in_id, this.version, this.typeCode, mode(), contexts(), params(), exds);
/* */
/* 190 */ Any any = getORB().create_any();
/* */
/* 192 */ OperationDescriptionHelper.insert(any, od);
/* */
/* 194 */ return new Description(DefinitionKind.dk_Operation, any);
/* */ }