Package axis.com.probe.service.report

Examples of axis.com.probe.service.report.ReportSoapHttpBindingStub


    */
   protected ReportSoapHttpBindingStub getReportService(  )
   throws ServiceException
   {
      ReportWsdmServiceLocator  locator = new ReportWsdmServiceLocator(  );
      ReportSoapHttpBindingStub stub = (ReportSoapHttpBindingStub) locator.getreport( getReportUrl(  ) );

      return stub;
   }
View Full Code Here

TOP

Related Classes of axis.com.probe.service.report.ReportSoapHttpBindingStub

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.