A C E G I M O R S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- Application - Class in org.wso2.msf4j.example
-
Application entry point.
- Application() - Constructor for class org.wso2.msf4j.example.Application
C
- Customer - Class in org.wso2.msf4j.example.model
-
Represents a Customer item
- Customer() - Constructor for class org.wso2.msf4j.example.model.Customer
-
No arg constructor is required for marshalling
- Customer(String, String, String, String) - Constructor for class org.wso2.msf4j.example.model.Customer
- CustomerNotFoundException - Exception in org.wso2.msf4j.example.exception
-
Thrown when a Customer record is not found.
- CustomerNotFoundException() - Constructor for exception org.wso2.msf4j.example.exception.CustomerNotFoundException
- CustomerNotFoundException(String) - Constructor for exception org.wso2.msf4j.example.exception.CustomerNotFoundException
- CustomerNotFoundException(String, Throwable) - Constructor for exception org.wso2.msf4j.example.exception.CustomerNotFoundException
- CustomerNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception org.wso2.msf4j.example.exception.CustomerNotFoundException
- CustomerNotFoundException(Throwable) - Constructor for exception org.wso2.msf4j.example.exception.CustomerNotFoundException
- CustomerNotFoundMapper - Class in org.wso2.msf4j.example.exception
-
ExceptionMapper which handles CustomerNotFoundException.
- CustomerNotFoundMapper() - Constructor for class org.wso2.msf4j.example.exception.CustomerNotFoundMapper
- CustomerNotFoundResponseMapper - Class in org.wso2.msf4j.example.client.exception
-
RestErrorResponseMapper which maps REST service response error to CustomerNotFoundRestServiceException
- CustomerNotFoundResponseMapper() - Constructor for class org.wso2.msf4j.example.client.exception.CustomerNotFoundResponseMapper
- CustomerNotFoundRestServiceException - Exception in org.wso2.msf4j.example.client.exception
-
Exception thrown when a customer is not found via the REST client.
- CustomerNotFoundRestServiceException(String) - Constructor for exception org.wso2.msf4j.example.client.exception.CustomerNotFoundRestServiceException
- CustomerService - Class in org.wso2.msf4j.example.service
-
CustomerService resource class.
- CustomerService() - Constructor for class org.wso2.msf4j.example.service.CustomerService
- CustomerServiceAPI - Interface in org.wso2.msf4j.example.client.api
-
Feign client interface for the customer microservice.
E
- EntityNotFoundException - Exception in org.wso2.msf4j.example.exception
-
EntityNotFoundException.
- EntityNotFoundException() - Constructor for exception org.wso2.msf4j.example.exception.EntityNotFoundException
- EntityNotFoundException(String) - Constructor for exception org.wso2.msf4j.example.exception.EntityNotFoundException
- EntityNotFoundException(String, Throwable) - Constructor for exception org.wso2.msf4j.example.exception.EntityNotFoundException
- EntityNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception org.wso2.msf4j.example.exception.EntityNotFoundException
- EntityNotFoundException(Throwable) - Constructor for exception org.wso2.msf4j.example.exception.EntityNotFoundException
- EntityNotFoundMapper - Class in org.wso2.msf4j.example.exception
-
EntityNotFoundMapper.
- EntityNotFoundMapper() - Constructor for class org.wso2.msf4j.example.exception.EntityNotFoundMapper
- ERROR_CODE - Static variable in class org.wso2.msf4j.example.client.exception.CustomerNotFoundResponseMapper
- ERROR_CODE - Static variable in class org.wso2.msf4j.example.client.exception.InvoiceNotFoundResponseMapper
G
- GenericServerErrorException - Exception in org.wso2.msf4j.example.exception
-
Thrown when a generic exception occurs while handling a micro service request
- GenericServerErrorException() - Constructor for exception org.wso2.msf4j.example.exception.GenericServerErrorException
- GenericServerErrorException(String) - Constructor for exception org.wso2.msf4j.example.exception.GenericServerErrorException
- GenericServerErrorException(String, Throwable) - Constructor for exception org.wso2.msf4j.example.exception.GenericServerErrorException
- GenericServerErrorException(String, Throwable, boolean, boolean) - Constructor for exception org.wso2.msf4j.example.exception.GenericServerErrorException
- GenericServerErrorException(Throwable) - Constructor for exception org.wso2.msf4j.example.exception.GenericServerErrorException
- GenericServerErrorMapper - Class in org.wso2.msf4j.example.exception
-
ExceptionMapper which handled GenericServerErrorException.
- GenericServerErrorMapper() - Constructor for class org.wso2.msf4j.example.exception.GenericServerErrorMapper
- getAddress() - Method in class org.wso2.msf4j.example.model.Customer
- getAmount() - Method in class org.wso2.msf4j.example.model.Invoice
- getAmount() - Method in class org.wso2.msf4j.example.model.InvoiceReport
- getCustomer() - Method in class org.wso2.msf4j.example.model.InvoiceReport
- getCustomer(String) - Method in interface org.wso2.msf4j.example.client.api.CustomerServiceAPI
- getCustomer(String) - Method in class org.wso2.msf4j.example.service.CustomerService
-
Retrieves a customer record for a given customer ID.
- getCustomer(String) - Method in class org.wso2.msf4j.example.service.InvoiceService
-
Retrieves an invoice record for a given invoice ID.
- getCustomerId() - Method in class org.wso2.msf4j.example.model.Invoice
- getDate() - Method in class org.wso2.msf4j.example.model.Invoice
- getDate() - Method in class org.wso2.msf4j.example.model.InvoiceReport
- getErrorCode() - Method in class org.wso2.msf4j.example.model.ServiceErrorResponse
- getExceptionClass() - Method in class org.wso2.msf4j.example.client.exception.CustomerNotFoundResponseMapper
- getExceptionClass() - Method in class org.wso2.msf4j.example.client.exception.InvoiceNotFoundResponseMapper
- getExceptionKey() - Method in class org.wso2.msf4j.example.client.exception.CustomerNotFoundResponseMapper
- getExceptionKey() - Method in class org.wso2.msf4j.example.client.exception.InvoiceNotFoundResponseMapper
- getFirstName() - Method in class org.wso2.msf4j.example.model.Customer
- getId() - Method in class org.wso2.msf4j.example.model.Customer
- getId() - Method in class org.wso2.msf4j.example.model.Invoice
- getId() - Method in class org.wso2.msf4j.example.model.InvoiceReport
- getInvoice(String) - Method in interface org.wso2.msf4j.example.client.api.InvoiceServiceAPI
- getInvoiceReport(String) - Method in class org.wso2.msf4j.example.service.ReportService
-
Retrieves the invoice report for a given invoice ID.
- getLastName() - Method in class org.wso2.msf4j.example.model.Customer
- getMessage() - Method in class org.wso2.msf4j.example.model.ServiceErrorResponse
- GSON - Static variable in class org.wso2.msf4j.example.ModelUtils
I
- 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(String, Throwable, boolean, boolean) - Constructor for exception org.wso2.msf4j.example.exception.InvoiceNotFoundException
- InvoiceNotFoundException(Throwable) - 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
-
Exception thrown when an invoice is not found via the REST client.
- 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(String, Customer, double, Date) - Constructor for class org.wso2.msf4j.example.model.InvoiceReport
- InvoiceReport(Invoice, Customer) - 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
-
Feign client interface for the invoice microservice.
M
- main(String[]) - Static method in class org.wso2.msf4j.example.Application
- ModelUtils - Class in org.wso2.msf4j.example
-
Converts Object to gson
- ModelUtils() - Constructor for class org.wso2.msf4j.example.ModelUtils
O
- org.wso2.msf4j.example - package org.wso2.msf4j.example
- org.wso2.msf4j.example.client.api - package org.wso2.msf4j.example.client.api
- org.wso2.msf4j.example.client.exception - package org.wso2.msf4j.example.client.exception
- org.wso2.msf4j.example.exception - package org.wso2.msf4j.example.exception
- org.wso2.msf4j.example.model - package org.wso2.msf4j.example.model
- org.wso2.msf4j.example.service - package org.wso2.msf4j.example.service
R
- ReportService - Class in org.wso2.msf4j.example.service
-
ReportService resource class.
- ReportService() - Constructor for class org.wso2.msf4j.example.service.ReportService
S
- ServiceErrorResponse - Class in org.wso2.msf4j.example.model
-
Represents error response body to be sent back to the client
- ServiceErrorResponse() - Constructor for class org.wso2.msf4j.example.model.ServiceErrorResponse
-
No arg constructor is required for marshalling
- ServiceErrorResponse(String, String) - Constructor for class org.wso2.msf4j.example.model.ServiceErrorResponse
- setAddress(String) - Method in class org.wso2.msf4j.example.model.Customer
- setAmount(double) - Method in class org.wso2.msf4j.example.model.Invoice
- setAmount(double) - Method in class org.wso2.msf4j.example.model.InvoiceReport
- setCustomer(Customer) - Method in class org.wso2.msf4j.example.model.InvoiceReport
- setCustomerId(String) - Method in class org.wso2.msf4j.example.model.Invoice
- setDate(Date) - Method in class org.wso2.msf4j.example.model.Invoice
- setDate(Date) - Method in class org.wso2.msf4j.example.model.InvoiceReport
- setErrorCode(String) - Method in class org.wso2.msf4j.example.model.ServiceErrorResponse
- setFirstName(String) - Method in class org.wso2.msf4j.example.model.Customer
- setId(String) - Method in class org.wso2.msf4j.example.model.Customer
- setId(String) - Method in class org.wso2.msf4j.example.model.Invoice
- setId(String) - Method in class org.wso2.msf4j.example.model.InvoiceReport
- setLastName(String) - Method in class org.wso2.msf4j.example.model.Customer
- setMessage(String) - Method in class org.wso2.msf4j.example.model.ServiceErrorResponse
T
- toResponse(CustomerNotFoundException) - Method in class org.wso2.msf4j.example.exception.CustomerNotFoundMapper
- toResponse(EntityNotFoundException) - Method in class org.wso2.msf4j.example.exception.EntityNotFoundMapper
- toResponse(GenericServerErrorException) - Method in class org.wso2.msf4j.example.exception.GenericServerErrorMapper
- toResponse(InvoiceNotFoundException) - Method in class org.wso2.msf4j.example.exception.InvoiceNotFoundMapper
- toString() - Method in class org.wso2.msf4j.example.model.Customer
- toString() - Method in class org.wso2.msf4j.example.model.Invoice
- toString() - Method in class org.wso2.msf4j.example.model.InvoiceReport
- toString() - Method in class org.wso2.msf4j.example.model.ServiceErrorResponse
- toString(Object) - Static method in class org.wso2.msf4j.example.ModelUtils
All Classes All Packages