XmlUtils.writeETag(writer,T_BODY);
XmlUtils.writeETag(writer,T_ENVELOPE);
}
else if (rplyEnvelope instanceof RplyEnvelopeError)
{
RplyEnvelopeError rplyEnvelopeError = (RplyEnvelopeError)rplyEnvelope;
XmlUtils.writeSTag(writer,T_ENVELOPE);
XmlUtils.writeSTag(writer,T_HEADER);
XmlUtils.writeETag(writer,T_HEADER);
XmlUtils.writeSTag(writer,T_BODY);
ErrorMarshallerXML.marshallError(rplyEnvelopeError,writer);