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 Service
This class was generated by Apache CXF 3.6.4 2024-11-14T23:26:41.153+13:00 Generated source version: 3.6.4
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class javax.xml.ws.Service
Service.Mode
-
-
Field Summary
Fields Modifier and Type Field Description static QName
CustomerServicePort
static QName
SERVICE
static URL
WSDL_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 CustomerService
getCustomerServicePort()
CustomerService
getCustomerServicePort(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(WebServiceFeature... features)
- Parameters:
features
- A list ofWebServiceFeature
to configure on the proxy. Supported features not in thefeatures
parameter will have their default values.- Returns:
- returns CustomerService
-
-