Class WotClient

java.lang.Object
infrastructure.wot.WotClient

public class WotClient extends Object
Web of things client.
  • Constructor Details

    • WotClient

      public WotClient(String thingId)
      Default constructor.
      Parameters:
      thingId - the thing id to use.
  • Method Details

    • invoke

      public void invoke(String action, Map<String,Object> inputs)
      Invoke an action on the thing.
      Parameters:
      action - the name of the action.
      inputs - the inputs of the action.