fr.opensagres.xdocreport.remoting.reporting.server
Class ReportingServiceImpl

java.lang.Object
  extended by fr.opensagres.xdocreport.remoting.reporting.server.ReportingServiceImpl
All Implemented Interfaces:
ReportingService

public class ReportingServiceImpl
extends Object
implements ReportingService

Reporting REST Web Service implementation.


Constructor Summary
ReportingServiceImpl()
           
 
Method Summary
 javax.ws.rs.core.Response report(DataSource templateDocument, String templateEngineKind, String xmlFieldsMetadata, String data, String dataType, String outFileName, String outFormat, String via)
           
 javax.ws.rs.core.Response report2(String reportId, String data, String dataType, String templateEngineKind, String outFileName, String outFormat, String via)
           
protected  Map toMap(String data, String dataType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportingServiceImpl

public ReportingServiceImpl()
Method Detail

report

public javax.ws.rs.core.Response report(DataSource templateDocument,
                                        String templateEngineKind,
                                        String xmlFieldsMetadata,
                                        String data,
                                        String dataType,
                                        String outFileName,
                                        String outFormat,
                                        String via)

report2

public javax.ws.rs.core.Response report2(String reportId,
                                         String data,
                                         String dataType,
                                         String templateEngineKind,
                                         String outFileName,
                                         String outFormat,
                                         String via)

toMap

protected Map toMap(String data,
                    String dataType)
             throws Exception
Throws:
Exception


Copyright © 2013. All rights reserved.