Commit d4955fe914de3cc8b8dac44aaea35bdbab8707d5
- Diff rendering mode:
- inline
- side by side
spring-integration-amqp/src/main/java/org/springframework/integration/amqp/config/AmqpNamespaceHandler.java
(0 / 1)
|   | |||
| 26 | 26 | */ | |
| 27 | 27 | public class AmqpNamespaceHandler extends AbstractIntegrationNamespaceHandler { | |
| 28 | 28 | ||
| 29 | @Override | ||
| 30 | 29 | public void init() { | |
| 31 | 30 | this.registerBeanDefinitionParser("inbound-channel-adapter", new AmqpInboundChannelAdapterParser()); | |
| 32 | 31 | this.registerBeanDefinitionParser("inbound-gateway", new AmqpInboundGatewayParser()); |
Comments
Add your comment
Please log in to comment



Add a new comment:
Login or create an account to post a comment