×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Java
Posted by: Peter Babka
Added: Feb 17, 2016 6:36 PM
Views: 1952
Tags: no tags
  1.  
  2. package ...;
  3.  
  4. import org.apache.camel.Exchange;
  5. import org.apache.camel.Processor;
  6.  
  7. public class SampleProcessor implements Processor
  8. {
  9.  
  10.     @Override
  11.     public void process (Exchange exchng) throws Exception
  12.     {
  13.        
  14.     }
  15.  
  16. }
  17.