{
return Class.forName(xmlTypeIntro.getFactoryClass());
}
catch (ClassNotFoundException e)
{
throw new ConfigurationException("Bad 'XmlType.factoryClass' config value '" + xmlTypeIntro.getFactoryClass() + "' in JAXB Annotation Introduction config. Class not found.");
}
}
return XmlType.DEFAULT.class;
}
else if (methodName.equals("factoryMethod"))