public class BlueprintReferenceAttributeCallback extends java.lang.Object implements AttributeCallback
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
AVAILABILITY |
private static java.lang.String |
COMPONENT_NAME |
private static java.lang.String |
SERVICE_BEAN_NAME_PROP |
| Constructor and Description |
|---|
BlueprintReferenceAttributeCallback() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(org.w3c.dom.Element parent,
org.w3c.dom.Attr attribute,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
Process the given attribute using the contextual element and bean
builder.
|
private static final java.lang.String AVAILABILITY
private static final java.lang.String SERVICE_BEAN_NAME_PROP
private static final java.lang.String COMPONENT_NAME
public boolean process(org.w3c.dom.Element parent,
org.w3c.dom.Attr attribute,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
AttributeCallbackprocess in interface AttributeCallbackparent - parent elementattribute - current intercepted attributebuilder - builder holding the current bean definition