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