Uses of Class
org.wso2.msf4j.example.exception.CustomerNotFoundException
-
Packages that use CustomerNotFoundException Package Description org.wso2.msf4j.example.exception org.wso2.msf4j.example.service -
-
Uses of CustomerNotFoundException in org.wso2.msf4j.example.exception
Methods in org.wso2.msf4j.example.exception with parameters of type CustomerNotFoundException Modifier and Type Method Description javax.ws.rs.core.ResponseCustomerNotFoundMapper. toResponse(CustomerNotFoundException ex) -
Uses of CustomerNotFoundException in org.wso2.msf4j.example.service
Methods in org.wso2.msf4j.example.service that throw CustomerNotFoundException Modifier and Type Method Description javax.ws.rs.core.ResponseCustomerService. getCustomer(java.lang.String id)Retrieves a customer record for a given customer ID.javax.ws.rs.core.ResponseReportService. getInvoiceReport(java.lang.String id)Retrieves the invoice report for a given invoice ID.
-