Search This Blog

Sunday, September 13, 2015

RESTfull valid return types!

Valid return types is general includes:

  • void
  • byte[] 
  • String
  • Application-Supplied JAXB classes and javax.xml.bunding.JAXBElement
  • MultivaluedMap<String,String>
  • Response, which can set status property
  • GenericEntity

No comments: