public SOAP11BodyImpl(SOAPEnvelope envelope, OMXMLParserWrapper builder) {
super(envelope, builder);
}
public SOAPFault addFault(Exception e) throws OMException {
SOAPFault soapFault = new SOAP12FaultImpl(this, e);
this.hasSOAPFault = true;
return soapFault;
}