org.mule.impl.annotations.processors
Class AbstractAnnotationProcessor

java.lang.Object
  extended by org.mule.impl.annotations.processors.AbstractAnnotationProcessor
All Implemented Interfaces:
MuleContextAware, ObjectProcessor, PreInitProcessor
Direct Known Subclasses:
DirectBindAnnotationProcessor

public abstract class AbstractAnnotationProcessor
extends Object
implements PreInitProcessor, MuleContextAware

TODO


Field Summary
protected  AnnotatedEndpointBuilder builder
           
protected  MuleContext context
           
protected  RegistryMap regProps
           
 
Constructor Summary
AbstractAnnotationProcessor()
           
 
Method Summary
protected  String getValue(String key)
           
 void setMuleContext(MuleContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.mule.api.registry.ObjectProcessor
process
 

Field Detail

context

protected MuleContext context

builder

protected AnnotatedEndpointBuilder builder

regProps

protected RegistryMap regProps
Constructor Detail

AbstractAnnotationProcessor

public AbstractAnnotationProcessor()
Method Detail

setMuleContext

public void setMuleContext(MuleContext context)
Specified by:
setMuleContext in interface MuleContextAware

getValue

protected String getValue(String key)


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.