Class XKMSService


  • @WebServiceClient(name="XKMSService",
                      wsdlLocation="file:/Users/dkulp/working/cxf/target/checkout/services/xkms/xkms-common/src/main/model/xkms.wsdl",
                      targetNamespace="http://www.w3.org/2002/03/xkms#wsdl")
    public class XKMSService
    extends javax.xml.ws.Service
    This class was generated by Apache CXF 3.6.1 2023-06-06T11:42:37.542-04:00 Generated source version: 3.6.1
    • Field Detail

      • WSDL_LOCATION

        public static final URL WSDL_LOCATION
      • SERVICE

        public static final QName SERVICE
      • XKMSPort

        public static final QName XKMSPort
    • Constructor Detail

      • XKMSService

        public XKMSService​(URL wsdlLocation)
      • XKMSService

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

        public XKMSService()
      • XKMSService

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

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

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

      • getXKMSPort

        @WebEndpoint(name="XKMSPort")
        public XKMSPortType getXKMSPort()
        Returns:
        returns XKMSPortType
      • getXKMSPort

        @WebEndpoint(name="XKMSPort")
        public XKMSPortType getXKMSPort​(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 XKMSPortType