Created
November 28, 2011 20:57
-
-
Save johndemic/1402014 to your computer and use it in GitHub Desktop.
A Mule configuration using the custom validator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<flow name="Product Submission"> | |
<http:inbound-endpoint address="http://localhost:8080/products"/> | |
<byte-array-to-string-transformer/> | |
<json:json-to-object-transformer returnClass="java.util.ArrayList"/> | |
<validator:product/> | |
<vm:outbound-endpoint path="products.out"/> | |
</flow> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment