super(parentNode, ns, builder, factory, generateNSDecl);
}
protected void checkParent(OMElement parent) throws SOAPProcessingException {
if (!(parent instanceof SOAP12FaultImpl)) {
throw new SOAPProcessingException(
"Expecting SOAP 1.2 implementation of SOAP Fault as the " +
"parent. But received some other implementation");
}
}