Class CustomerServiceService


  • @WebServiceClient(name="CustomerServiceService",
                      targetNamespace="http://service.it.soap.component.quarkus.camel.apache.org/")
    public class CustomerServiceService
    extends javax.xml.ws.Service
    • Field Detail

      • SERVICE

        public static final QName SERVICE
      • CustomerServicePort

        public static final QName CustomerServicePort
    • Constructor Detail

      • CustomerServiceService

        public CustomerServiceService​(URL wsdlLocation)
      • CustomerServiceService

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

        public CustomerServiceService()
    • Method Detail

      • getCustomerServicePort

        @WebEndpoint(name="CustomerServicePort")
        public CustomerService getCustomerServicePort()
      • getCustomerServicePort

        @WebEndpoint(name="CustomerServicePort")
        public CustomerService getCustomerServicePort​(javax.xml.ws.WebServiceFeature... features)