Added support for the <poller/> sub-element within jms:outbound-channel-adapter, and added the "channel" attribute for the inbound console channel adapter.

This commit is contained in:
Mark Fisher
2008-10-12 03:34:17 +00:00
parent 118dc27b7c
commit b4c86f838e
3 changed files with 6 additions and 6 deletions

View File

@@ -36,10 +36,6 @@ import org.springframework.util.StringUtils;
*/
public class MailOutboundChannelAdapterParser extends AbstractOutboundChannelAdapterParser {
protected Class<?> getBeanClass(Element element) {
return MailSendingMessageConsumer.class;
}
@Override
protected AbstractBeanDefinition parseConsumer(Element element, ParserContext parserContext) {
BeanDefinitionBuilder builder = BeanDefinitionBuilder.genericBeanDefinition(MailSendingMessageConsumer.class);