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

Packages that use HTTPMethod
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 HTTPMethod in org.exoplatform.services.ws.rest.samples
 

Methods in org.exoplatform.services.ws.rest.samples with annotations of type HTTPMethod
 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 HTTPMethod in org.exoplatform.services.ws.rest.simple
 

Methods in org.exoplatform.services.ws.rest.simple with annotations of type HTTPMethod
 Response SimpleService.delete()
          Delete data.
 Response SimpleService.get()
          Get actual data.
 Response SimpleService.post(String data)
          Set data.
 Response SimpleService.put(String data)
          Set data.
 

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

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

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

Methods in org.exoplatform.ws.frameworks.cometd.transport with annotations of type HTTPMethod
 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.