Package com.example.customerservice
Class CustomerServiceService
- java.lang.Object
-
- javax.xml.ws.Service
-
- com.example.customerservice.CustomerServiceService
-
@WebServiceClient(name="CustomerServiceService", wsdlLocation="classpath:wsdl/customerservice/CustomerService.wsdl", targetNamespace="http://customerservice.example.com/") public class CustomerServiceService extends javax.xml.ws.ServiceThis class was generated by Apache CXF 3.6.6 2025-11-04T23:28:36.985+13:00 Generated source version: 3.6.6
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCustomerServicePortstatic QNameSERVICEstatic URLWSDL_LOCATION
-
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(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
-
-
-
-
Method Detail
-
getCustomerServicePort
@WebEndpoint(name="CustomerServicePort") public CustomerService getCustomerServicePort()
- Returns:
- returns CustomerService
-
getCustomerServicePort
@WebEndpoint(name="CustomerServicePort") public CustomerService getCustomerServicePort(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 CustomerService
-
-