org.apache.camel.example.pojo_messaging
Class DistributeRecordsBean
java.lang.Object
org.apache.camel.example.pojo_messaging.DistributeRecordsBean
public class DistributeRecordsBean
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DistributeRecordsBean
public DistributeRecordsBean()
route
@Consume(uri="activemq:personnel.records")
@RecipientList
public String[] route(@XPath(value="/person/city/text()")
String city)
Apache CAMEL