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