org.hornetq.rest.topic
Class TopicResource
java.lang.Object
org.hornetq.rest.queue.DestinationResource
org.hornetq.rest.topic.TopicResource
public class TopicResource
- extends DestinationResource
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
subscriptions
protected SubscriptionsResource subscriptions
pushSubscriptions
protected PushSubscriptionsResource pushSubscriptions
TopicResource
public TopicResource()
start
public void start()
throws java.lang.Exception
- Throws:
java.lang.Exception
stop
public void stop()
get
public javax.ws.rs.core.Response get(@Context
javax.ws.rs.core.UriInfo uriInfo)
head
public javax.ws.rs.core.Response head(@Context
javax.ws.rs.core.UriInfo uriInfo)
setSenderLink
protected void setSenderLink(javax.ws.rs.core.Response.ResponseBuilder response,
javax.ws.rs.core.UriInfo info)
createSenderLink
protected java.lang.String createSenderLink(javax.ws.rs.core.UriInfo info)
setSenderWithIdLink
protected void setSenderWithIdLink(javax.ws.rs.core.Response.ResponseBuilder response,
javax.ws.rs.core.UriInfo info)
createSenderWithIdLink
protected java.lang.String createSenderWithIdLink(javax.ws.rs.core.UriInfo info)
setSubscriptionsLink
protected void setSubscriptionsLink(javax.ws.rs.core.Response.ResponseBuilder response,
javax.ws.rs.core.UriInfo info)
createSubscriptionsLink
protected java.lang.String createSubscriptionsLink(javax.ws.rs.core.UriInfo info)
setPushSubscriptionsLink
protected void setPushSubscriptionsLink(javax.ws.rs.core.Response.ResponseBuilder response,
javax.ws.rs.core.UriInfo info)
createPushSubscriptionsLink
protected java.lang.String createPushSubscriptionsLink(javax.ws.rs.core.UriInfo info)
setSubscriptions
public void setSubscriptions(SubscriptionsResource subscriptions)
post
public PostMessage post()
throws java.lang.Exception
- Throws:
java.lang.Exception
getSubscriptions
public SubscriptionsResource getSubscriptions()
getPushSubscriptions
public PushSubscriptionsResource getPushSubscriptions()
setPushSubscriptions
public void setPushSubscriptions(PushSubscriptionsResource pushSubscriptions)
Copyright © 2013. All Rights Reserved.