org.glassfish.jersey.examples.jersey_ejb.resources
Class MessageBoardRootResource
java.lang.Object
org.glassfish.jersey.examples.jersey_ejb.resources.MessageBoardRootResource
@Path(value="/")
public class MessageBoardRootResource
- extends Object
Message board root resource. The main message board resource
gets injected as an EJB stateless bean
and provided via a sub-resource locator for further processing.
- Author:
- Pavel Bucek (pavel.bucek at oracle.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageBoardRootResource
public MessageBoardRootResource()
getMessageBoardResourceBean
@Path(value="messages")
public MessageBoardResourceBean getMessageBoardResourceBean()
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.