| Package | Description |
|---|---|
| org.glassfish.jersey.examples.jersey_ejb.entities | |
| org.glassfish.jersey.examples.jersey_ejb.resources |
| Modifier and Type | Method and Description |
|---|---|
long |
MessageWriter.getSize(Message message,
Class<?> clazz,
Type type,
Annotation[] annotation,
javax.ws.rs.core.MediaType mediaType) |
void |
MessageWriter.writeTo(Message message,
Class<?> clazz,
Type type,
Annotation[] annotation,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> arg5,
OutputStream ostream) |
| Modifier and Type | Method and Description |
|---|---|
long |
MessageListWriter.getSize(List<Message> messages,
Class<?> clazz,
Type type,
Annotation[] annotation,
javax.ws.rs.core.MediaType mediaType) |
void |
MessageListWriter.writeTo(List<Message> messages,
Class<?> clazz,
Type type,
Annotation[] annotation,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> arg5,
OutputStream ostream) |
| Modifier and Type | Method and Description |
|---|---|
Message |
MessageHolderSingletonBean.addMessage(String msg) |
Message |
MessageHolderSingletonBean.getMessage(int uniqueId) |
Message |
MessageBoardResourceBean.getMessage(int msgNum) |
| Modifier and Type | Method and Description |
|---|---|
List<Message> |
MessageHolderSingletonBean.getMessages() |
List<Message> |
MessageBoardResourceBean.getMessages()
Returns a list of all messages stored in the internal message holder.
|
Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.