registerTypedOutletHandlerFactory(
new VelocityOutletSaxHandlerFactory());
registerTypedOutletHandlerFactory(
new JavaOutletSaxHandlerFactory());
registerUntypedOutletHandlerFactory(
new ReflectionOutletSaxHandlerFactory());
}
catch (ConfigurationException e)
{
// should not happen
throw new RuntimeException(e);