Results 1 to 1 of 1

Thread: Java based container configuration

  1. #1
    Join Date
    Mar 2012
    Posts
    1

    Default Java based container configuration

    What is the equivalent of this bean definition, which can be used with Java based container configuration?


    Code:
    <outbound-channel-adapter channel="myChannel" ref="handler">
        <poller>
                <interval-trigger interval="180000"/>
        </poller>
    </outbound-channel-adapter>
    I want to use zero xml configuration to define spring beans to make use of obfuscation.

    thks!
    Last edited by kanchi; Mar 5th, 2012 at 10:45 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •