Skip to content

Instantly share code, notes, and snippets.

@dfeist
Created January 4, 2012 14:46
Show Gist options
  • Save dfeist/1560337 to your computer and use it in GitHub Desktop.
Save dfeist/1560337 to your computer and use it in GitHub Desktop.
<flow name="catchExceptionStrategyExample">
<http:inbound-endpoint host="somehost.com" port="8080" path="service"/>
<component class="org.my.Component1"/>
<component class="org.my.Component2"/>
<catch-exception-strategy>
<component class="org.my.ExceptionHandlingComponent"/>
</catch-exception-strategy>
</flow>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment