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 CustomerService
CustomerServiceService. getCustomerServicePort()
CustomerService
CustomerServiceService. getCustomerServicePort(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 CustomerService
CustomersByName. m_Port
the port instance.protected CustomerService
CustomersByNameCallableTransformer. m_Port
the port instance.protected CustomerService
UpdateCustomer. m_Port
the port instance. -
Uses of CustomerService in com.example.customerservice.server
Classes in com.example.customerservice.server that implement CustomerService Modifier and Type Class Description class
CustomerServiceImpl
-