WSTrustConstants.BASE_NAMESPACE);
StaxUtil.writeEndElement(this.writer);
}
if (response.getRenewing() != null) {
RenewingType renewingType = response.getRenewing();
StaxUtil.writeStartElement(this.writer, WSTrustConstants.PREFIX, WSTrustConstants.RENEWING,
WSTrustConstants.BASE_NAMESPACE);
StaxUtil.writeAttribute(this.writer, WSTrustConstants.ALLOW, "" + renewingType.isAllow());
StaxUtil.writeAttribute(this.writer, WSTrustConstants.OK, "" + renewingType.isOK());
StaxUtil.writeEndElement(this.writer);
}
// write the response end element.
StaxUtil.writeEndElement(this.writer);