org.apache.camel.example.server
Class AuditTracker
java.lang.Object
org.apache.camel.example.server.AuditTracker
public class AuditTracker
- extends Object
For audit tracking of all incoming invocations of our business (Multiplier)
|
Method Summary |
void |
audit(int originalNumber)
|
void |
setStore(org.apache.camel.Endpoint store)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuditTracker
public AuditTracker()
setStore
public void setStore(org.apache.camel.Endpoint store)
audit
public void audit(int originalNumber)
throws Exception
- Throws:
Exception
Apache CAMEL