org.apache.camel.example.service
Class Reporting
java.lang.Object
org.apache.camel.example.service.Reporting
- All Implemented Interfaces:
- Processor
public class Reporting
- extends Object
- implements Processor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Reporting
public Reporting()
process
public void process(Exchange exchange)
throws Exception
- Specified by:
process in interface Processor
- Throws:
Exception
updateReport
public Report updateReport(@Body
Report report,
@Header(value="minaServer")
String name)
throws Exception
- Throws:
Exception
Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.