/* 348 */ SOAPElement child = factory.createElement(el);
/* 349 */ soapElement.addChildElement(child);
/* */ }
/* */ else
/* */ {
/* 353 */ throw new AddressingException("Unsupported element: " + obj.getClass().getName());
/* */ }
/* */ }
/* */ }
/* */ catch (RuntimeException rte)
/* */ {
/* */ SOAPFactoryImpl factory;
/* */ Iterator i$;
/* 359 */ throw rte;
/* */ }
/* */ catch (Exception ex)
/* */ {
/* 363 */ throw new AddressingException("Cannot append elements", ex);
/* */ }
/* */ }