Class CustomerServiceService

java.lang.Object
jakarta.xml.ws.Service
org.apache.camel.quarkus.component.soap.it.service.CustomerServiceService

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

    • SERVICE

      public static final QName SERVICE
    • CustomerServicePort

      public static final QName CustomerServicePort
  • Constructor Details

    • CustomerServiceService

      public CustomerServiceService(URL wsdlLocation)
    • CustomerServiceService

      public CustomerServiceService(URL wsdlLocation, QName serviceName)
    • CustomerServiceService

      public CustomerServiceService()
  • Method Details

    • getCustomerServicePort

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

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