|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DevicesInfo
Method Summary | |
---|---|
java.lang.String |
getLocationURL(java.lang.String udn)
Allow you to get the URL of the XML description of a device specified by UUID. |
java.lang.String |
getSCPDURL(java.lang.String udn,
java.lang.String serviceId)
Allow you to get the URL of the XML description of a service specified by the ServiceId and the UUID of the device that contains the service |
java.lang.String |
resolveRelativeUrl(java.lang.String udn,
java.lang.String link)
Allow you to get the absolute URL of a link that is contained in a device. |
Method Detail |
---|
java.lang.String getLocationURL(java.lang.String udn)
udn
- the UUID that identify a device
java.lang.String getSCPDURL(java.lang.String udn, java.lang.String serviceId)
udn
- the UUID of the device that contain the serviceserviceId
- the ServiceId of the service
java.lang.String resolveRelativeUrl(java.lang.String udn, java.lang.String link)
udn
- the UUID of the UPnP Devicelink
- the relative link that you want to resolve
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |