Changes between Version 11 and Version 12 of RpRepDeployment


Ignore:
Timestamp:
Nov 4, 2010, 7:45:11 AM (13 years ago)
Author:
zach
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RpRepDeployment

    v11 v12  
    4444
    4545The RAI methods are provided by the **RAI handler** which is attached to the REP. The **RAI handler** presents the Resource the REP exposes to the SENSEI Resource Users.
    46 In the example project a **com.sensinode.sensei.rep.rest.test.SensorType.class** is used as an example for a RAI handler attached to the REP.
     46In the example project a **com.sensinode.sensei.rep.rest.test.!SensorType.class** is used as an example for a RAI handler attached to the REP.
    4747
    4848'''RAI GET''' requests are handled by the method **toXML()** provided by the class **Sensor Type**. This method reads the Observation & Measurement value from a file and returns in XML/RDF format.
     
    9797
    9898*       public List<String> publishResourceDescription(String descriptionString)
    99 *       public List<String> publishResourceDescription(ResourceDescription desc)
    100 *       public String updateResourceDescription(String resourceID, ResourceDescription description)
     99*       public List<String> publishResourceDescription(!ResourceDescription desc)
     100*       public String updateResourceDescription(String resourceID, !ResourceDescription description)
    101101*       public String deleteResourceDescription(List<String> resourceIDs)
    102102