Class DiscoveredDevice
Note that all information provided by instances of DiscoveredDevice are potentially unsecure! Potentially unsecure because there are cases in which a consumer may connect to a discovery proxy that uses secured transmission to exchange discovery information.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the EPR address of the discovered device.longReturns the metadata version as specified by WS-Discovery.Returns the scopes set on the discovered device.getTypes()Returns the types implemented by the discovered device.Returns the physical addresses at which the device can be accessed.
-
Constructor Details
-
DiscoveredDevice
-
-
Method Details
-
getEprAddress
Returns the EPR address of the discovered device.Note that all information provided by instances of DiscoveredDevice are potentially unsecure! Potentially unsecure because there are cases in which a consumer may connect to a discovery proxy that uses secured transmission to exchange discovery information.
- Returns:
- the EPR address of the discovered device.
-
getTypes
Returns the types implemented by the discovered device.Note that all information provided by instances of DiscoveredDevice are potentially unsecure! Potentially unsecure because there are cases in which a consumer may connect to a discovery proxy that uses secured transmission to exchange discovery information.
- Returns:
- the types of the discovered device.
-
getScopes
Returns the scopes set on the discovered device.Note that all information provided by instances of DiscoveredDevice are potentially unsecure! Potentially unsecure because there are cases in which a consumer may connect to a discovery proxy that uses secured transmission to exchange discovery information.
- Returns:
- the scopes of the discovered device.
-
getXAddrs
Returns the physical addresses at which the device can be accessed.Note that all information provided by instances of DiscoveredDevice are potentially unsecure! Potentially unsecure because there are cases in which a consumer may connect to a discovery proxy that uses secured transmission to exchange discovery information.
- Returns:
- the physical addresses of the discovered device.
-
getMetadataVersion
public long getMetadataVersion()Returns the metadata version as specified by WS-Discovery.Note that all information provided by instances of DiscoveredDevice are potentially unsecure! Potentially unsecure because there are cases in which a consumer may connect to a discovery proxy that uses secured transmission to exchange discovery information.
- Returns:
- the version of the device's meta information.
-