Package it.eng.spagobi.services.execute.service

Examples of it.eng.spagobi.services.execute.service.ServiceChartImpl


import it.eng.spagobi.services.execute.service.ServiceChartImpl;
import it.eng.spagobi.services.execute.service.ServiceKpiValueXml;

public class DocumentExecuteServiceSoapBindingImpl implements it.eng.spagobi.services.execute.stub.DocumentExecuteService{
    public byte[] executeChart(java.lang.String in0, java.lang.String in1, java.lang.String in2, java.util.HashMap in3) throws java.rmi.RemoteException {
      ServiceChartImpl service=new ServiceChartImpl();
      return service.executeChart(in0, in1, in2, in3);
    }
View Full Code Here

TOP

Related Classes of it.eng.spagobi.services.execute.service.ServiceChartImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.