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
-
Nested Class Summary
Nested classes/interfaces inherited from class jakarta.xml.ws.Service
jakarta.xml.ws.Service.Mode -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCustomerServiceService(URL wsdlLocation) CustomerServiceService(URL wsdlLocation, QName serviceName) -
Method Summary
Modifier and TypeMethodDescriptiongetCustomerServicePort(jakarta.xml.ws.WebServiceFeature... features) Methods inherited from class jakarta.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
-
Field Details
-
SERVICE
-
CustomerServicePort
-
-
Constructor Details
-
CustomerServiceService
-
CustomerServiceService
-
CustomerServiceService
public CustomerServiceService()
-
-
Method Details
-
getCustomerServicePort
-
getCustomerServicePort
@WebEndpoint(name="CustomerServicePort") public CustomerService getCustomerServicePort(jakarta.xml.ws.WebServiceFeature... features)
-