Skip to content

Instantly share code, notes, and snippets.

@zubairov
Created February 2, 2011 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zubairov/807686 to your computer and use it in GitHub Desktop.
Save zubairov/807686 to your computer and use it in GitHub Desktop.
// 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