キャメルには次のルートがあります
<route>
<from uri="target/in"/>
<doTry>
<to uri="validator:schema.xsd"/>
<to uri="file:target/messages/validation/valid?fileName=a.xml"/>
<doCatch>
<exception>org.apache.camel.ValidationException</exception>
<to uri="file:target/messages/validation/invalid?fileName=a.xml"/>
</doCatch>
</doTry>
</route>
この投稿のようにXMLファイルが検証に合格しない場合にエラーメッセージを受け取りたい
しかし、Spring DSLでそれを行うにはどうすればよいですか?