Uses of Class
org.wso2.msf4j.example.client.exception.InvoiceNotFoundRestServiceException
-
Packages that use InvoiceNotFoundRestServiceException Package Description org.wso2.msf4j.example.client.api org.wso2.msf4j.example.client.exception -
-
Uses of InvoiceNotFoundRestServiceException in org.wso2.msf4j.example.client.api
Methods in org.wso2.msf4j.example.client.api that throw InvoiceNotFoundRestServiceException Modifier and Type Method Description InvoiceInvoiceServiceAPI. getInvoice(java.lang.String id) -
Uses of InvoiceNotFoundRestServiceException in org.wso2.msf4j.example.client.exception
Methods in org.wso2.msf4j.example.client.exception that return types with arguments of type InvoiceNotFoundRestServiceException Modifier and Type Method Description java.lang.Class<InvoiceNotFoundRestServiceException>InvoiceNotFoundResponseMapper. getExceptionClass()
-