Class DefaultDeviceSettings

java.lang.Object
org.somda.sdc.dpws.device.DefaultDeviceSettings
All Implemented Interfaces:
DeviceSettings

public class DefaultDeviceSettings extends Object implements DeviceSettings
Default device settings if none are injected to a Device.
  • Method Details

    • getEndpointReference

      public org.somda.sdc.dpws.soap.wsaddressing.model.EndpointReferenceType getEndpointReference()
      Description copied from interface: DeviceSettings
      Gets the unique and persisted endpoint reference (EPR) of the device.
      Specified by:
      getEndpointReference in interface DeviceSettings
      Returns:
      the endpoint reference of the device.
    • getNetworkInterface

      public NetworkInterface getNetworkInterface()
      Description copied from interface: DeviceSettings
      Gets the network interface the device shall bind to.
      Specified by:
      getNetworkInterface in interface DeviceSettings
      Returns:
      the network interface to bind to.