Class IdentifierRestController

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean

    @RestController
    @RequestMapping("/api/pid")
    public class IdentifierRestController
    extends Object
    implements org.springframework.beans.factory.InitializingBean
    • Constructor Detail

      • IdentifierRestController

        public IdentifierRestController()
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        Exception
      • getDSObyIdentifier

        @RequestMapping(method=GET,
                        value="find",
                        params="id")
        public void getDSObyIdentifier​(javax.servlet.http.HttpServletRequest request,
                                       javax.servlet.http.HttpServletResponse response,
                                       @RequestParam("id")
                                       String id)
                                throws IOException,
                                       SQLException
        Throws:
        IOException
        SQLException