Transcript
Page 1: Spring Integration (Part 4) - Transformers

Copyright © 2014 by Intertech, Inc.

Page 2: Spring Integration (Part 4) - Transformers

Copyright © 2014 by Intertech, Inc.

Page 3: Spring Integration (Part 4) - Transformers

Copyright © 2014 by Intertech, Inc.

Page 4: Spring Integration (Part 4) - Transformers

Copyright © 2014 by Intertech, Inc.

Page 5: Spring Integration (Part 4) - Transformers

Copyright © 2014 by Intertech, Inc.

<int:object-to-string-transformer input-channel="inboundChannel" output-channel="outboundChannel“ />

<int:transformer input-channel="inboundChannel"output-channel="outboundChannel" expression="payload.toUpperCase()"/>

Page 6: Spring Integration (Part 4) - Transformers

Copyright © 2014 by Intertech, Inc.

Page 7: Spring Integration (Part 4) - Transformers

Copyright © 2014 by Intertech, Inc.

http://bit.ly/1hyrViM

Click here for associated labs and video


Recommended