All Classes
-
All Classes Class Summary Exception Summary Class Description CustomNotFoundException This exceptions will get mapped to a 404 response with the application exception mapper implemented byNotFoundExceptionMapperclass.Message Message bean representing a single message.MessageBoardResourceBean A stateless EJB bean to handle REST requests to the messages resource.MessageBoardRootResource Message board root resource.MessageHolderSingletonBean An EJB singleton to maintain all processed message beans.MessageListWriter A simple HTML message body writer to serialize list of message beans.MessageWriter A simple message body writer to serialize a single message bean.MyApplication Main application class.NotFoundExceptionMapper An exception mapper to return 404 responses when aCustomNotFoundExceptionis thrown.