if (this.service == null) {
throw new IllegalArgumentException("ServletServiceTransformer has no service set.");
}
this.getSAXConsumer().endDocument();
SAXBuffer saxBuffer = this.endSAXRecording();
try {
XMLUtils.toOutputStream(this.getUrlConnection().getOutputStream(), saxBuffer);
XMLUtils.toSax(this.getUrlConnection(), this.getSAXConsumer());
} catch (IOException e) {