Created
February 2, 2011 13:44
-
-
Save zubairov/807686 to your computer and use it in GitHub Desktop.
This file contains 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
// CXF start the shit | |
// Register endpoint http://localhost:8080/whatever/foo/bar | |
// Start litener | |
// Wait for message | |
String message = request.getPayload(); | |
// Do magical Talend stuff | |
request.sendResponse(response); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment