Package org.ow2.petals.bc.soap.simple
Class SimpleServiceWithImport
- java.lang.Object
-
- javax.xml.ws.Service
-
- org.ow2.petals.bc.soap.simple.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.ServiceThis class was generated by Apache CXF 3.4.2 2023-04-11T14:21:06.972+02:00 Generated source version: 3.4.2
-
-
Constructor Summary
Constructors Constructor Description SimpleServiceWithImport()SimpleServiceWithImport(URL wsdlLocation)SimpleServiceWithImport(URL wsdlLocation, QName serviceName)SimpleServiceWithImport(URL wsdlLocation, QName serviceName, javax.xml.ws.WebServiceFeature... features)SimpleServiceWithImport(URL wsdlLocation, javax.xml.ws.WebServiceFeature... features)SimpleServiceWithImport(javax.xml.ws.WebServiceFeature... features)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleWithImportgetSimple()SimpleWithImportgetSimple(javax.xml.ws.WebServiceFeature... features)-
Methods inherited from class javax.xml.ws.Service
addPort, create, create, create, create, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, getExecutor, getHandlerResolver, getPort, getPort, getPort, getPort, getPort, getPorts, getServiceName, getWSDLDocumentLocation, setExecutor, setHandlerResolver
-
-
-
-
Constructor Detail
-
SimpleServiceWithImport
public SimpleServiceWithImport(URL wsdlLocation)
-
SimpleServiceWithImport
public SimpleServiceWithImport()
-
SimpleServiceWithImport
public SimpleServiceWithImport(javax.xml.ws.WebServiceFeature... features)
-
SimpleServiceWithImport
public SimpleServiceWithImport(URL wsdlLocation, 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 ofWebServiceFeatureto configure on the proxy. Supported features not in thefeaturesparameter will have their default values.- Returns:
- returns SimpleWithImport
-
-