class ServiceBeanDefinitionParser.ServiceAttributeCallback extends java.lang.Object implements AttributeCallback
| Constructor and Description |
|---|
ServiceAttributeCallback() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(org.w3c.dom.Element parent,
org.w3c.dom.Attr attribute,
org.springframework.beans.factory.support.BeanDefinitionBuilder bldr)
Process the given attribute using the contextual element and bean
builder.
|
public boolean process(org.w3c.dom.Element parent,
org.w3c.dom.Attr attribute,
org.springframework.beans.factory.support.BeanDefinitionBuilder bldr)
AttributeCallbackprocess in interface AttributeCallbackparent - parent elementattribute - current intercepted attributebldr - builder holding the current bean definition