Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mariomartinezricston/b76f2312b8cb3834394ba3b867588ffc to your computer and use it in GitHub Desktop.
Save mariomartinezricston/b76f2312b8cb3834394ba3b867588ffc to your computer and use it in GitHub Desktop.
<flow name="usingCustomMessageProcessor">
<http:listener config-ref="HTTP_Listener_Configuration" path="/customMessage" doc:name="HTTP" allowedMethods="GET"/>
<custom-processor class="javacall.MessageProcessorCall" doc:name="Custom Processor"/>
<object-to-string-transformer doc:name="Object to String"/>
</flow>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment