215216217218219220221222223224225
serializeFaultNode(omOutput); SOAPFaultRole faultRole = getRole(); if (faultRole != null) { faultRole.serializeWithCache(omOutput); } SOAPFaultDetail faultDetail = getDetail(); if (faultDetail != null) { faultDetail.serializeWithCache(omOutput);