Class BeanDefinitionElement
- java.lang.Object
-
- com.levigo.jadice.server.nodes.worker.rules.BeanDefinitionElement
-
- Direct Known Subclasses:
LoopbackInvocation
,NodeInvocation
public abstract class BeanDefinitionElement extends Object
-
-
Constructor Summary
Constructors Constructor Description BeanDefinitionElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Node
createConfiguredNode()
protected org.springframework.beans.factory.BeanFactory
getBeanFactory()
protected void
postProcessBeanDefinitionElement(Element element)
-
-
-
Method Detail
-
getBeanFactory
protected org.springframework.beans.factory.BeanFactory getBeanFactory() throws ParserConfigurationException
- Throws:
ParserConfigurationException
-
postProcessBeanDefinitionElement
protected void postProcessBeanDefinitionElement(Element element)
-
createConfiguredNode
public Node createConfiguredNode() throws org.springframework.beans.BeansException, ParserConfigurationException
- Throws:
org.springframework.beans.BeansException
ParserConfigurationException
-
-