org.apache.camel.example.service
Class Reporting

java.lang.Object
  extended by org.apache.camel.example.service.Reporting
All Implemented Interfaces:
Processor

public class Reporting
extends Object
implements Processor


Constructor Summary
Reporting()
           
 
Method Summary
 void process(Exchange exchange)
           
 Report updateReport(Report report, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reporting

public Reporting()
Method Detail

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.