{
try
{
this.context = context;
this.regProps = new RegistryMap(context.getRegistry());
this.helper = new AnnotatedEndpointHelper(context);
this.parserFactory = context.getRegistry().lookupObject(AnnotationsParserFactory.class);
if(parserFactory==null)
{
logger.info(AnnotationsParserFactory.class.getName() +" implementation not found in registry, annotations not enabled");
}