public class JoramQueueBeanDefinitionParser
extends org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
The joram queue attributes:
A simple example:
<!-- Joram queue destination to use -->
<joram:queue id="destination"
name="myQueue"
dmq="DMQ" />
Modifier and Type | Field and Description |
---|---|
static org.objectweb.util.monolog.api.Logger |
logger |
Constructor and Description |
---|
JoramQueueBeanDefinitionParser() |
Modifier and Type | Method and Description |
---|---|
protected void |
doParse(Element element,
org.springframework.beans.factory.support.BeanDefinitionBuilder bean)
Create a Joram queue.
|
protected Class |
getBeanClass(Element element) |
doParse, getBeanClassName, getParentName, parseInternal
protected Class getBeanClass(Element element)
getBeanClass
in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
protected void doParse(Element element, org.springframework.beans.factory.support.BeanDefinitionBuilder bean)
doParse
in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
AbstractSingleBeanDefinitionParser.doParse(org.w3c.dom.Element, org.springframework.beans.factory.support.BeanDefinitionBuilder)
Copyright © 2019 ScalAgent D.T.. All rights reserved.