Class CustomerServiceService


  • @WebServiceClient(name="CustomerServiceService",
                      wsdlLocation="classpath:wsdl/customerservice/CustomerService.wsdl",
                      targetNamespace="http://customerservice.example.com/")
    public class CustomerServiceService
    extends Service
    This class was generated by Apache CXF 3.6.2 2024-04-28T23:22:00.092+12:00 Generated source version: 3.6.2
    • Field Detail

      • WSDL_LOCATION

        public static final URL WSDL_LOCATION
      • 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​(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 CustomerService