Package org.somda.sdc.dpws.device
Class DefaultDeviceSettings
java.lang.Object
org.somda.sdc.dpws.device.DefaultDeviceSettings
- All Implemented Interfaces:
DeviceSettings
Default device settings if none are injected to a Device.
-
Method Summary
Modifier and TypeMethodDescriptionorg.somda.sdc.dpws.soap.wsaddressing.model.EndpointReferenceTypeGets the unique and persisted endpoint reference (EPR) of the device.Gets the network interface the device shall bind to.
-
Method Details
-
getEndpointReference
public org.somda.sdc.dpws.soap.wsaddressing.model.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
Description copied from interface:DeviceSettingsGets the network interface the device shall bind to.- Specified by:
getNetworkInterfacein interfaceDeviceSettings- Returns:
- the network interface to bind to.
-