Class CustomerServiceService
- java.lang.Object
-
- javax.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 Service
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class javax.xml.ws.Service
Service.Mode
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCustomerServicePortstatic QNameSERVICE
-
Constructor Summary
Constructors Constructor Description CustomerServiceService()CustomerServiceService(URL wsdlLocation)CustomerServiceService(URL wsdlLocation, QName serviceName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerServicegetCustomerServicePort()CustomerServicegetCustomerServicePort(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
-
-
-
-
Method Detail
-
getCustomerServicePort
@WebEndpoint(name="CustomerServicePort") public CustomerService getCustomerServicePort()
-
getCustomerServicePort
@WebEndpoint(name="CustomerServicePort") public CustomerService getCustomerServicePort(WebServiceFeature... features)
-
-