Class SimpleServiceWithImport


  • @WebServiceClient(name="SimpleServiceWithImport",
                      wsdlLocation="file:/home/cdeneux/workspace/petals-trunk-2023/components-sls/components/petals-bc-soap/petals-bc-soap/target/checkout/src/test/resources/wsdl/simpleServiceWithImport.wsdl",
                      targetNamespace="http://petals.ow2.org/bc/soap/simple")
    public class SimpleServiceWithImport
    extends javax.xml.ws.Service
    This class was generated by Apache CXF 3.4.2 2023-04-11T14:21:06.972+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

      • SimpleServiceWithImport

        public SimpleServiceWithImport​(URL wsdlLocation)
      • SimpleServiceWithImport

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

        public SimpleServiceWithImport()
      • SimpleServiceWithImport

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

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

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

      • getSimple

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

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