Uses of Class
org.exoplatform.services.rest.URITemplate

Packages that use URITemplate
org.exoplatform.services.ws.rest.samples   
org.exoplatform.services.ws.rest.simple   
org.exoplatform.ws.frameworks.cometd.loadbalancer   
org.exoplatform.ws.frameworks.cometd.transport   
 

Uses of URITemplate in org.exoplatform.services.ws.rest.samples
 

Methods in org.exoplatform.services.ws.rest.samples with annotations of type URITemplate
 Response Calculator.add(Integer firstItem, Integer secondItem)
          Add two items.
 Response Calculator.divide(Integer firstItem, Integer secondItem)
          Divide two items.
 Response XMLBookService.get(String key)
          Return request with XML body which represent Book object.
 Response JsonBookService.get(String key)
          Return request with JSON body which represent Book object.
 Response XMLBookService.get2(String key)
          Return request with HTML body which represent Book object.
 Response Calculator.multiply(Integer firstItem, Integer secondItem)
          Multiply two items.
 Response JsonBookService.post(String key, String baseURI, Book book)
          Create new Book in BookStorage with specified key.
 Response Calculator.subtract(Integer firstItem, Integer secondItem)
          Subtract second item from first one.
 

Uses of URITemplate in org.exoplatform.services.ws.rest.simple
 

Classes in org.exoplatform.services.ws.rest.simple with annotations of type URITemplate
 class SimpleService
          This service does not do real work, it useful to check rest-ejb connector.
 

Uses of URITemplate in org.exoplatform.ws.frameworks.cometd.loadbalancer
 

Methods in org.exoplatform.ws.frameworks.cometd.loadbalancer with annotations of type URITemplate
 Response RESTLoadBalancerService.getCometdURL(String exoid)
           
 Response RESTLoadBalancerService.release(String exoid)
           
 

Uses of URITemplate in org.exoplatform.ws.frameworks.cometd.transport
 

Methods in org.exoplatform.ws.frameworks.cometd.transport with annotations of type URITemplate
 Response RESTContinuationService.getToken(String exoID)
           
 Response RESTContinuationService.hasChannel(String channel)
           
 Response RESTContinuationService.isSubscribed(String exoID, String channel)
           
 Response RESTContinuationService.sendBroadcastMessage(DelegateMessage data)
           
 Response RESTContinuationService.sendMessage(DelegateMessage data)
           
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.