this.xmlConsumer.startDocument();
final Request request = ObjectModelHelper.getRequest(this.objectModel);
if (request.getSession(false) != null) {
portal.showPortal(this.xmlConsumer, false, false);
}
this.xmlConsumer.endDocument();
} catch (ServiceException ce) {
throw new ProcessingException("Lookup of PortalManager failed.", ce);