@RestController @RequestMapping(value="/aadhaar") public class AadhaarInfoController extends Object
| Constructor and Description |
|---|
AadhaarInfoController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<?> |
aadhaarInfo(String uid) |
org.springframework.http.ResponseEntity<org.egov.infra.web.rest.error.ErrorResponse> |
exceptionHandler(Exception ex) |
@RequestMapping(value="/{uid}",
produces="application/json")
public org.springframework.http.ResponseEntity<?> aadhaarInfo(@PathVariable
String uid)
throws Exception
Exception@ExceptionHandler(value=java.lang.Exception.class) public org.springframework.http.ResponseEntity<org.egov.infra.web.rest.error.ErrorResponse> exceptionHandler(Exception ex)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.