Class ReportService


  • @WebServiceClient(name="reportService",
                      wsdlLocation="file:/ssd/semancik/git/evolveum/midpoint/infra/schema/src/main/resources/xml/ns/private/webservice/reportService.wsdl",
                      targetNamespace="http://midpoint.evolveum.com/xml/ns/public/report/report-3")
    public class ReportService
    extends javax.xml.ws.Service
    This class was generated by Apache CXF 3.3.1 2020-04-09T14:02:41.744+02:00 Generated source version: 3.3.1
    • Field Detail

      • WSDL_LOCATION

        public static final URL WSDL_LOCATION
      • SERVICE

        public static final QName SERVICE
      • ReportPort

        public static final QName ReportPort
    • Constructor Detail

      • ReportService

        public ReportService​(URL wsdlLocation)
      • ReportService

        public ReportService​(URL wsdlLocation,
                             QName serviceName)
      • ReportService

        public ReportService()
      • ReportService

        public ReportService​(javax.xml.ws.WebServiceFeature... features)
      • ReportService

        public ReportService​(URL wsdlLocation,
                             javax.xml.ws.WebServiceFeature... features)
      • ReportService

        public ReportService​(URL wsdlLocation,
                             QName serviceName,
                             javax.xml.ws.WebServiceFeature... features)
    • Method Detail

      • getReportPort

        @WebEndpoint(name="reportPort")
        public ReportPortType getReportPort()
        Returns:
        returns ReportPortType
      • getReportPort

        @WebEndpoint(name="reportPort")
        public ReportPortType getReportPort​(javax.xml.ws.WebServiceFeature... features)
        Parameters:
        features - A list of WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.
        Returns:
        returns ReportPortType