config.getPortletDescriptor());
FileOutputStream webXmlOut = new FileOutputStream(
config.getDestination());
WebXmlStreamingAssembly.assembleStream(webXmlIn, portletXmlIn, webXmlOut, DISPATCH_SERVLET_CLASS);
} catch (IOException ex) {
throw new UtilityException(ex.getMessage(), ex, null);
}
}