(SOAPFactory) this.element.getOMFactory());
SOAPFaultText text = new SOAP11FaultTextImpl(reason,
(SOAPFactory) this.element.getOMFactory());
text.setText(faultString);
text.setLang(locale.getLanguage());
reason.addSOAPText(text);
this.fault.setReason(reason);
}
this.faultReasonLocale = locale;
}