Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2014
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. <route id="NDIDeleteAccount">
  2. <from uri="direct:NDIDeleteAccount"/>
  3. <onException>
  4. <exception>nbcuniversal.idbus.tools.IDBUSException</exception>
  5. <handled><constant>true</constant></handled>
  6. <process ref="failureResponse"/>
  7. <to uri="direct:ProcessProvisioningFailure"/>
  8. </onException>
  9. <setHeader headerName="application">
  10. <constant>NDI</constant>
  11. </setHeader>
  12. <to uri="direct:ndi:retrieveaccount"/>
  13. <to uri="xslt:camel/xslt/transformToNDILDIFDeleteContractor.xsl?transformerFactoryClass=net.sf.saxon.TransformerFactoryImpl&amp;contentCache=false"/>
  14. <to uri="direct:ndi:provisioning"/>
  15. </route>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement