Uses of Interface
com.example.customerservice.CustomerService
-
Packages that use CustomerService Package Description com.example.customerservice com.example.customerservice.flow com.example.customerservice.server -
-
Uses of CustomerService in com.example.customerservice
Methods in com.example.customerservice that return CustomerService Modifier and Type Method Description CustomerServiceCustomerServiceService. getCustomerServicePort()CustomerServiceCustomerServiceService. getCustomerServicePort(javax.xml.ws.WebServiceFeature... features) -
Uses of CustomerService in com.example.customerservice.flow
Fields in com.example.customerservice.flow declared as CustomerService Modifier and Type Field Description protected CustomerServiceCustomersByName. m_Portthe port instance.protected CustomerServiceCustomersByNameCallableTransformer. m_Portthe port instance.protected CustomerServiceUpdateCustomer. m_Portthe port instance. -
Uses of CustomerService in com.example.customerservice.server
Classes in com.example.customerservice.server that implement CustomerService Modifier and Type Class Description classCustomerServiceImpl
-