}
public void setSOAPText(SOAPFaultText soapFaultText)
throws SOAPProcessingException {
if (!(soapFaultText instanceof SOAP12FaultTextImpl)) {
throw new SOAPProcessingException(
"Expecting SOAP 1.2 implementation of SOAP Fault Text. " +
"But received some other implementation");
}
super.setSOAPText(soapFaultText);
}