Class SimpleService


  • @WebServiceClient(name="SimpleService",
                      wsdlLocation="file:/home/cdeneux/workspace/petals-trunk-2023/components-sls/components/petals-bc-soap/petals-bc-soap/target/checkout/src/test/resources/wsdl/simpleService.wsdl",
                      targetNamespace="http://petals.ow2.org/bc/soap/simple")
    public class SimpleService
    extends javax.xml.ws.Service
    This class was generated by Apache CXF 3.4.2 2023-04-11T14:21:08.504+02:00 Generated source version: 3.4.2
    • Field Detail

      • WSDL_LOCATION

        public static final URL WSDL_LOCATION
      • SERVICE

        public static final QName SERVICE
      • Simple

        public static final QName Simple
    • Constructor Detail

      • SimpleService

        public SimpleService​(URL wsdlLocation)
      • SimpleService

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

        public SimpleService()
      • SimpleService

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

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

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

      • getSimple

        @WebEndpoint(name="Simple")
        public Simple getSimple()
        Returns:
        returns Simple
      • getSimple

        @WebEndpoint(name="Simple")
        public Simple getSimple​(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 Simple