Package org.somda.sdc.dpws.device
Class DefaultDeviceSettings
-
- All Implemented Interfaces:
-
org.somda.sdc.dpws.device.DeviceSettings
public class DefaultDeviceSettings implements DeviceSettings
Default device settings if none are injected to a Device.
-
-
Field Summary
Fields Modifier and Type Field Description public final EndpointReferenceTypeendpointReference
-
Method Summary
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
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.
-
-
-
-