Skip to content

Instantly share code, notes, and snippets.

@yamanyar
Created June 26, 2012 07:58
Show Gist options
  • Save yamanyar/2994259 to your computer and use it in GitHub Desktop.
Save yamanyar/2994259 to your computer and use it in GitHub Desktop.
xml fragment: error channel
<int-ws:inbound-gateway id="ws-odemeGonder-inbound"
request-channel="odemeGonderChannel" error-channel="inboundsErrorChannel"/>
<int:channel id="inboundsErrorChannel"/>
<int:service-activator input-channel="inboundsErrorChannel">
<bean class="com.yamanyar.mediation.esb.services.ErrorDetail"/>
</int:service-activator>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment