{
registry = getProxyFactoryRegistry(contributor, project);
if (registry != null)
{
final IStandardBeanTypeProxyFactory factory = registry
.getBeanTypeProxyFactory();
final IBeanTypeProxy classTypeProxy = factory
.getBeanTypeProxy(className);
final BeanProxyWrapper classTypeWrapper = new BeanProxyWrapper(project,
classTypeProxy);
final IBeanTypeProxy converterProxy = factory
.getBeanTypeProxy(JAVAX_FACES_WEBAPP_VALIDATOR_TAG);
try
{
classTypeWrapper.init();