org.apache.camel.example.pojo_messaging
Class SendFileRecordsToQueueBean

java.lang.Object
  extended by org.apache.camel.example.pojo_messaging.SendFileRecordsToQueueBean

public class SendFileRecordsToQueueBean
extends Object


Constructor Summary
SendFileRecordsToQueueBean()
           
 
Method Summary
 void onFileSendToQueue(String body)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SendFileRecordsToQueueBean

public SendFileRecordsToQueueBean()
Method Detail

onFileSendToQueue

@Consume(uri="file:src/data?noop=true")
public void onFileSendToQueue(String body)


Apache CAMEL