Added AbstractPollingInboundChannelAdapterParser.

This commit is contained in:
Mark Fisher
2008-09-17 21:30:12 +00:00
parent 9849e47691
commit 5a0677af00
2 changed files with 105 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ import org.w3c.dom.Element;
import org.springframework.beans.factory.support.BeanDefinitionBuilder;
import org.springframework.beans.factory.support.BeanDefinitionReaderUtils;
import org.springframework.beans.factory.xml.ParserContext;
import org.springframework.integration.config.AbstractInboundChannelAdapterParser;
import org.springframework.integration.config.AbstractPollingInboundChannelAdapterParser;
import org.springframework.integration.stream.CharacterStreamSource;
import org.springframework.util.StringUtils;
@@ -30,7 +30,7 @@ import org.springframework.util.StringUtils;
*
* @author Mark Fisher
*/
public class ConsoleSourceParser extends AbstractInboundChannelAdapterParser {
public class ConsoleSourceParser extends AbstractPollingInboundChannelAdapterParser {
@Override
protected String parseSource(Element element, ParserContext parserContext) {