Interface DeviceSettings

All Known Implementing Classes:
DefaultDeviceSettings

public interface DeviceSettings
Settings used in the setup process of a device.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.somda.sdc.dpws.soap.wsaddressing.model.EndpointReferenceType
    Gets the unique and persisted endpoint reference (EPR) of the device.
    Gets the network interface the device shall bind to.
  • Method Details

    • getEndpointReference

      org.somda.sdc.dpws.soap.wsaddressing.model.EndpointReferenceType getEndpointReference()
      Gets the unique and persisted endpoint reference (EPR) of the device.
      Returns:
      the endpoint reference of the device.
    • getNetworkInterface

      NetworkInterface getNetworkInterface()
      Gets the network interface the device shall bind to.
      Returns:
      the network interface to bind to.