// WBSAX Outputter to do the things that the dissector would
// normally do.
processorContext.setFinalOutput(true);
processorContext.setUrlListener(urlListener);
wbsaxOutputter.output(document);
} finally {
if (logger.isDebugEnabled()) {
out.flush();
logger.debug(out);
}