org.apache.camel.example.tracer
Class QuoteService
java.lang.Object
org.apache.camel.example.tracer.QuoteService
public class QuoteService
- extends Object
Our quote server that can split words and lookup a quote based on a word
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuoteService
public QuoteService()
setQuotes
public void setQuotes(List<String> quotes)
quote
public String quote(String text)
splitWords
public List<String> splitWords(String payload)
Apache Camel