org.springframework.integration.samples.quote
Class QuoteService

java.lang.Object
  extended by org.springframework.integration.samples.quote.QuoteService

@MessageEndpoint(input="tickers",
                 output="quotes")
public class QuoteService
extends java.lang.Object

Author:
Mark Fisher

Constructor Summary
QuoteService()
           
 
Method Summary
 Quote lookupQuote(java.lang.String ticker)
           
 
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

lookupQuote

@Handler
public Quote lookupQuote(java.lang.String ticker)