Saturday 5 September 2015

How to display custom error pages using RestFull web services ?

In order to customize error you need to extend StatusService and implement getRepresentation(Status, Request, Response) method with your custom code now assign instance of your CustomStatusService to appropriate "statusService property".

No comments:

Post a Comment