register(tm, cls, typeName, type);
}
catch (InstantiationException e)
{
throw new XFireRuntimeException("Couldn't instantiate Type ", e);
}
catch (IllegalAccessException e)
{
throw new XFireRuntimeException("Couldn't instantiate Type ", e);
}
}
catch (ClassNotFoundException e)
{
logger.debug("Could not find optional Type " + className +". Skipping.");