super(parent, builder, factory);
}
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");
}
}