Uses of Interface
org.ocap.hn.upnp.common.UPnPAdvertisedService

Packages that use UPnPAdvertisedService
org.ocap.hn.upnp.client Provides UPnP client functionality, permitting access to devices and services on a home network. 
org.ocap.hn.upnp.common Provides UPnP APIs common to client- and server-side use. 
org.ocap.hn.upnp.server Provides UPnP server functionality, permitting management of devices and services in the local Host device. 
 

Uses of UPnPAdvertisedService in org.ocap.hn.upnp.client
 

Subinterfaces of UPnPAdvertisedService in org.ocap.hn.upnp.client
 interface UPnPClientService
          This interface is the client representation of a UPnP service.
 

Uses of UPnPAdvertisedService in org.ocap.hn.upnp.common
 

Methods in org.ocap.hn.upnp.common that return UPnPAdvertisedService
 UPnPAdvertisedService[] UPnPAdvertisedDevice.getAdvertisedServices()
          Gets the services supported by this device.
 

Uses of UPnPAdvertisedService in org.ocap.hn.upnp.server
 

Methods in org.ocap.hn.upnp.server that return UPnPAdvertisedService
 UPnPAdvertisedService[] UPnPManagedService.getAdvertisedServices()
          Gets the representations of this service on the network interfaces on which is it advertised.
 



Copyright © 2011. All Rights Reserved.