Interface IQuoteService
- 
 public interface IQuoteServiceExample web service interface in Jadex. The original synchronous web service interface is made asynchronous to fit the programming model and avoid deadlocks.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IFuture<java.lang.String>getQuote(java.lang.String stock)Get a quote.
 
- 
- 
- 
Method Detail- 
getQuoteIFuture<java.lang.String> getQuote(java.lang.String stock) Get a quote.
 
- 
 
-