Uses of Class
org.glassfish.jersey.examples.jersey_ejb.entities.Message

Packages that use Message
org.glassfish.jersey.examples.jersey_ejb.entities   
org.glassfish.jersey.examples.jersey_ejb.resources   
 

Uses of Message in org.glassfish.jersey.examples.jersey_ejb.entities
 

Methods in org.glassfish.jersey.examples.jersey_ejb.entities with parameters of type Message
 long MessageWriter.getSize(Message message, java.lang.Class<?> clazz, java.lang.reflect.Type type, java.lang.annotation.Annotation[] annotation, MediaType mediaType)
           
 void MessageWriter.writeTo(Message message, java.lang.Class<?> clazz, java.lang.reflect.Type type, java.lang.annotation.Annotation[] annotation, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.Object> arg5, java.io.OutputStream ostream)
           
 

Method parameters in org.glassfish.jersey.examples.jersey_ejb.entities with type arguments of type Message
 long MessageListWriter.getSize(java.util.List<Message> messages, java.lang.Class<?> clazz, java.lang.reflect.Type type, java.lang.annotation.Annotation[] annotation, MediaType mediaType)
           
 void MessageListWriter.writeTo(java.util.List<Message> messages, java.lang.Class<?> clazz, java.lang.reflect.Type type, java.lang.annotation.Annotation[] annotation, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.Object> arg5, java.io.OutputStream ostream)
           
 

Uses of Message in org.glassfish.jersey.examples.jersey_ejb.resources
 

Methods in org.glassfish.jersey.examples.jersey_ejb.resources that return Message
 Message MessageHolderSingletonBean.addMessage(java.lang.String msg)
           
 Message MessageHolderSingletonBean.getMessage(int uniqueId)
           
 Message MessageBoardResourceBean.getMessage(int msgNum)
           
 

Methods in org.glassfish.jersey.examples.jersey_ejb.resources that return types with arguments of type Message
 java.util.List<Message> MessageHolderSingletonBean.getMessages()
           
 java.util.List<Message> MessageBoardResourceBean.getMessages()
          Returns a list of all messages stored in the internal message holder.
 



Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.