org.apache.camel.example.tracer
Class QuoteService

java.lang.Object
  extended by org.apache.camel.example.tracer.QuoteService

public class QuoteService
extends java.lang.Object

Our quote server that can split words and lookup a quote based on a word


Constructor Summary
QuoteService()
           
 
Method Summary
 java.lang.String quote(java.lang.String text)
           
 void setQuotes(java.util.List<java.lang.String> quotes)
           
 java.util.List<java.lang.String> splitWords(java.lang.String payload)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuoteService

public QuoteService()
Method Detail

setQuotes

public void setQuotes(java.util.List<java.lang.String> quotes)

quote

public java.lang.String quote(java.lang.String text)

splitWords

public java.util.List<java.lang.String> splitWords(java.lang.String payload)


Apache CAMEL