org.fusesource.example
Class OrderService

java.lang.Object
  extended by org.fusesource.example.OrderService

public class OrderService
extends Object

A Rest service to run in web server.


Constructor Summary
OrderService()
           
 
Method Summary
 String getStatus(int orderId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderService

public OrderService()
Method Detail

getStatus

public String getStatus(int orderId)


Apache CAMEL