/* 276 */ Result result = ser.serialize(xmlName, xmlType, faultCause, serContext, null);
/* 277 */ XMLFragment xmlFragment = new XMLFragment(result);
/* */
/* 279 */ Element domElement = xmlFragment.toElement();
/* 280 */ SOAPFactoryImpl soapFactory = new SOAPFactoryImpl();
/* 281 */ SOAPElement soapElement = soapFactory.createElement(domElement);
/* */
/* 283 */ detail = soapFault.addDetail();
/* 284 */ detail.addChildElement(soapElement);
/* */ }
/* */ catch (BindingException e)