Index
All Classes and Interfaces|All Packages|Serialized Form
A
- addMessage(String) - Method in class org.glassfish.jersey.examples.jersey_ejb.resources.MessageBoardResourceBean
- addMessage(String) - Method in class org.glassfish.jersey.examples.jersey_ejb.resources.MessageHolderSingletonBean
C
- CustomNotFoundException - Exception in org.glassfish.jersey.examples.jersey_ejb.exceptions
-
This exceptions will get mapped to a 404 response with the application exception mapper implemented by
NotFoundExceptionMapperclass. - CustomNotFoundException() - Constructor for exception org.glassfish.jersey.examples.jersey_ejb.exceptions.CustomNotFoundException
D
- deleteMessage(int) - Method in class org.glassfish.jersey.examples.jersey_ejb.resources.MessageBoardResourceBean
- deleteMessage(int) - Method in class org.glassfish.jersey.examples.jersey_ejb.resources.MessageHolderSingletonBean
G
- getClasses() - Method in class org.glassfish.jersey.examples.jersey_ejb.resources.MyApplication
- getMessage(int) - Method in class org.glassfish.jersey.examples.jersey_ejb.resources.MessageBoardResourceBean
- getMessage(int) - Method in class org.glassfish.jersey.examples.jersey_ejb.resources.MessageHolderSingletonBean
- getMessageBoardResourceBean() - Method in class org.glassfish.jersey.examples.jersey_ejb.resources.MessageBoardRootResource
- getMessages() - Method in class org.glassfish.jersey.examples.jersey_ejb.resources.MessageBoardResourceBean
-
Returns a list of all messages stored in the internal message holder.
- getMessages() - Method in class org.glassfish.jersey.examples.jersey_ejb.resources.MessageHolderSingletonBean
- getSize(List<Message>, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.examples.jersey_ejb.entities.MessageListWriter
- getSize(Message, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.examples.jersey_ejb.entities.MessageWriter
- getUniqueId() - Method in class org.glassfish.jersey.examples.jersey_ejb.entities.Message
I
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.examples.jersey_ejb.entities.MessageListWriter
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.examples.jersey_ejb.entities.MessageWriter
M
- Message - Class in org.glassfish.jersey.examples.jersey_ejb.entities
-
Message bean representing a single message.
- Message(Date, String, int) - Constructor for class org.glassfish.jersey.examples.jersey_ejb.entities.Message
- MessageBoardResourceBean - Class in org.glassfish.jersey.examples.jersey_ejb.resources
-
A stateless EJB bean to handle REST requests to the messages resource.
- MessageBoardResourceBean() - Constructor for class org.glassfish.jersey.examples.jersey_ejb.resources.MessageBoardResourceBean
- MessageBoardRootResource - Class in org.glassfish.jersey.examples.jersey_ejb.resources
-
Message board root resource.
- MessageBoardRootResource() - Constructor for class org.glassfish.jersey.examples.jersey_ejb.resources.MessageBoardRootResource
- MessageHolderSingletonBean - Class in org.glassfish.jersey.examples.jersey_ejb.resources
-
An EJB singleton to maintain all processed message beans.
- MessageHolderSingletonBean() - Constructor for class org.glassfish.jersey.examples.jersey_ejb.resources.MessageHolderSingletonBean
- MessageListWriter - Class in org.glassfish.jersey.examples.jersey_ejb.entities
-
A simple HTML message body writer to serialize list of message beans.
- MessageListWriter() - Constructor for class org.glassfish.jersey.examples.jersey_ejb.entities.MessageListWriter
- MessageWriter - Class in org.glassfish.jersey.examples.jersey_ejb.entities
-
A simple message body writer to serialize a single message bean.
- MessageWriter() - Constructor for class org.glassfish.jersey.examples.jersey_ejb.entities.MessageWriter
- MyApplication - Class in org.glassfish.jersey.examples.jersey_ejb.resources
-
Main application class.
- MyApplication() - Constructor for class org.glassfish.jersey.examples.jersey_ejb.resources.MyApplication
N
- NotFoundExceptionMapper - Class in org.glassfish.jersey.examples.jersey_ejb.exceptions
-
An exception mapper to return 404 responses when a
CustomNotFoundExceptionis thrown. - NotFoundExceptionMapper() - Constructor for class org.glassfish.jersey.examples.jersey_ejb.exceptions.NotFoundExceptionMapper
O
- org.glassfish.jersey.examples.jersey_ejb.entities - package org.glassfish.jersey.examples.jersey_ejb.entities
- org.glassfish.jersey.examples.jersey_ejb.exceptions - package org.glassfish.jersey.examples.jersey_ejb.exceptions
- org.glassfish.jersey.examples.jersey_ejb.resources - package org.glassfish.jersey.examples.jersey_ejb.resources
T
- toResponse(CustomNotFoundException) - Method in class org.glassfish.jersey.examples.jersey_ejb.exceptions.NotFoundExceptionMapper
- toString() - Method in class org.glassfish.jersey.examples.jersey_ejb.entities.Message
W
- writeTo(List<Message>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.examples.jersey_ejb.entities.MessageListWriter
- writeTo(Message, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.examples.jersey_ejb.entities.MessageWriter
All Classes and Interfaces|All Packages|Serialized Form