Package it.eng.spagobi.services.sbidocument.service

Examples of it.eng.spagobi.services.sbidocument.service.SbiDocumentServiceImpl


import it.eng.spagobi.services.sbidocument.service.SbiDocumentServiceImpl;

public class SbiDocumentServiceSoapBindingImpl implements it.eng.spagobi.services.sbidocument.stub.SbiDocumentService{
    public it.eng.spagobi.services.sbidocument.bo.SpagobiAnalyticalDriver[] getDocumentAnalyticalDrivers(java.lang.String in0, java.lang.String in1, java.lang.Integer in2, java.lang.String in3, java.lang.String in4) throws java.rmi.RemoteException {
        SbiDocumentServiceImpl impl = new SbiDocumentServiceImpl();
        return impl.getDocumentAnalyticalDrivers(in0, in1, in2, in3, in4);
    }
View Full Code Here


        SbiDocumentServiceImpl impl = new SbiDocumentServiceImpl();
        return impl.getDocumentAnalyticalDrivers(in0, in1, in2, in3, in4);
    }

    public java.lang.String getDocumentAnalyticalDriversJSON(java.lang.String in0, java.lang.String in1, java.lang.Integer in2, java.lang.String in3, java.lang.String in4) throws java.rmi.RemoteException {
        SbiDocumentServiceImpl impl = new SbiDocumentServiceImpl();
        return impl.getDocumentAnalyticalDriversJSON(in0, in1, in2, in3, in4);
    }
View Full Code Here

TOP

Related Classes of it.eng.spagobi.services.sbidocument.service.SbiDocumentServiceImpl

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.