|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tuscany.sca.implementation.spring.processor.ComponentNameAnnotationProcessor
public class ComponentNameAnnotationProcessor
Constructor Summary | |
---|---|
ComponentNameAnnotationProcessor(RuntimeComponent component)
|
Method Summary | |
---|---|
protected java.lang.Class<? extends java.lang.annotation.Annotation> |
getComponentNameAnnotationType()
Gets componentName annotation type. |
java.lang.Object |
postProcessAfterInitialization(java.lang.Object bean,
java.lang.String beanName)
This method is used to execute after a bean's initialization callback. |
java.lang.Object |
postProcessBeforeInitialization(java.lang.Object bean,
java.lang.String beanName)
This method is used to execute before a bean's initialization callback. |
protected void |
processAnnotation(java.lang.Object bean)
Processes a beans fields for injection if it has a Reference annotation. |
void |
setComponentNameAnnotationType(java.lang.Class<? extends java.lang.annotation.Annotation> componentNameAnnotationType)
Sets componentName annotation type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComponentNameAnnotationProcessor(RuntimeComponent component)
Method Detail |
---|
protected java.lang.Class<? extends java.lang.annotation.Annotation> getComponentNameAnnotationType()
public void setComponentNameAnnotationType(java.lang.Class<? extends java.lang.annotation.Annotation> componentNameAnnotationType)
public java.lang.Object postProcessBeforeInitialization(java.lang.Object bean, java.lang.String beanName) throws BeansException
BeansException
org.springframework.beans.factory.config.BeanPostProcessor#postProcessBeforeInitialization(java.lang.Object, java.lang.String)
public java.lang.Object postProcessAfterInitialization(java.lang.Object bean, java.lang.String beanName) throws BeansException
BeansException
org.springframework.beans.factory.config.BeanPostProcessor#postProcessAfterInitialization(java.lang.Object, java.lang.String)
protected void processAnnotation(java.lang.Object bean)
Processes a beans fields for injection if it has a Reference
annotation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |