Package org.somda.sdc.dpws.device
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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EndpointReferenceTypegetEndpointReference()Gets the unique and persisted endpoint reference (EPR) of the device.NetworkInterfacegetNetworkInterface()Gets the network interface the device shall bind to.
-
-
-
Method Detail
-
getEndpointReference
public EndpointReferenceType getEndpointReference()
Description copied from interface:DeviceSettingsGets the unique and persisted endpoint reference (EPR) of the device.- Specified by:
getEndpointReferencein interfaceDeviceSettings- Returns:
- the endpoint reference of the device.
-
getNetworkInterface
public NetworkInterface getNetworkInterface()
Description copied from interface:DeviceSettingsGets the network interface the device shall bind to.- Specified by:
getNetworkInterfacein interfaceDeviceSettings- Returns:
- the network interface to bind to.
-
-