- Invoice - Class in org.wso2.msf4j.example.model
-
Represents an Invoice item
- Invoice() - Constructor for class org.wso2.msf4j.example.model.Invoice
-
No arg constructor is required for marshalling
- Invoice(String, String, double, Date) - Constructor for class org.wso2.msf4j.example.model.Invoice
-
- InvoiceNotFoundException - Exception in org.wso2.msf4j.example.exception
-
Thrown when a Invoice record is not found.
- InvoiceNotFoundException() - Constructor for exception org.wso2.msf4j.example.exception.InvoiceNotFoundException
-
- InvoiceNotFoundException(String) - Constructor for exception org.wso2.msf4j.example.exception.InvoiceNotFoundException
-
- InvoiceNotFoundException(String, Throwable) - Constructor for exception org.wso2.msf4j.example.exception.InvoiceNotFoundException
-
- InvoiceNotFoundException(Throwable) - Constructor for exception org.wso2.msf4j.example.exception.InvoiceNotFoundException
-
- InvoiceNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception org.wso2.msf4j.example.exception.InvoiceNotFoundException
-
- InvoiceNotFoundMapper - Class in org.wso2.msf4j.example.exception
-
ExceptionMapper which handles InvoiceNotFoundException.
- InvoiceNotFoundMapper() - Constructor for class org.wso2.msf4j.example.exception.InvoiceNotFoundMapper
-
- InvoiceNotFoundResponseMapper - Class in org.wso2.msf4j.example.client.exception
-
RestErrorResponseMapper which maps REST service response error to CustomerNotFoundRestServiceException
- InvoiceNotFoundResponseMapper() - Constructor for class org.wso2.msf4j.example.client.exception.InvoiceNotFoundResponseMapper
-
- InvoiceNotFoundRestServiceException - Exception in org.wso2.msf4j.example.client.exception
-
- InvoiceNotFoundRestServiceException(String) - Constructor for exception org.wso2.msf4j.example.client.exception.InvoiceNotFoundRestServiceException
-
- InvoiceReport - Class in org.wso2.msf4j.example.model
-
Represents an Invoice Report item.
- InvoiceReport() - Constructor for class org.wso2.msf4j.example.model.InvoiceReport
-
No arg constructor is required for marshalling
- InvoiceReport(Invoice, Customer) - Constructor for class org.wso2.msf4j.example.model.InvoiceReport
-
- InvoiceReport(String, Customer, double, Date) - Constructor for class org.wso2.msf4j.example.model.InvoiceReport
-
- InvoiceService - Class in org.wso2.msf4j.example.service
-
CustomerService resource class.
- InvoiceService() - Constructor for class org.wso2.msf4j.example.service.InvoiceService
-
- InvoiceServiceAPI - Interface in org.wso2.msf4j.example.client.api
-