throw new SOAPException("A SOAPBodyElement has been already added to this SOAPBody");
}
SOAPFaultImpl saajSOAPFault = null;
if (this.element.getOMFactory() instanceof SOAP11Factory) {
SOAP11FaultImpl fault =
new SOAP11FaultImpl(omSOAPBody, (SOAPFactory)this.element.getOMFactory());
saajSOAPFault = new SOAPFaultImpl(fault);
} else if (this.element.getOMFactory() instanceof SOAP12Factory) {
SOAP12FaultImpl fault =
new SOAP12FaultImpl(omSOAPBody, (SOAPFactory)this.element.getOMFactory());
saajSOAPFault = new SOAPFaultImpl(fault);