public class MBeanTreePollingChannelAdapterParser extends AbstractPollingInboundChannelAdapterParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
Constructor and Description |
---|
MBeanTreePollingChannelAdapterParser() |
Modifier and Type | Method and Description |
---|---|
protected BeanMetadataElement |
parseSource(Element element,
ParserContext parserContext)
Subclasses must implement this method to parse the PollableSource instance
which the created Channel Adapter will poll.
|
protected boolean |
shouldGenerateIdAsFallback() |
doParse
parseInternal, resolveId
parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldParseNameAsAliases
public MBeanTreePollingChannelAdapterParser()
protected boolean shouldGenerateIdAsFallback()
shouldGenerateIdAsFallback
in class AbstractBeanDefinitionParser
protected BeanMetadataElement parseSource(Element element, ParserContext parserContext)
AbstractPollingInboundChannelAdapterParser
parseSource
in class AbstractPollingInboundChannelAdapterParser
element
- The element.parserContext
- The parser context.