Uses of Interface
org.ocap.hn.upnp.server.UPnPActionHandler

Packages that use UPnPActionHandler
org.ocap.hn.upnp.server Provides UPnP server functionality, permitting management of devices and services in the local Host device. 
 

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

Methods in org.ocap.hn.upnp.server that return UPnPActionHandler
 UPnPActionHandler UPnPManagedService.getActionHandler()
          Gets the current action handler for this service.
 UPnPActionHandler UPnPManagedService.setActionHandler(UPnPActionHandler handler)
          Sets an action handler for this service, replacing any prior action handler.
 

Methods in org.ocap.hn.upnp.server with parameters of type UPnPActionHandler
 UPnPManagedService UPnPManagedDevice.createService(String serviceType, InputStream description, UPnPActionHandler handler)
          Creates a UPnP service associated with this device.
 void UPnPActionHandler.notifyActionHandlerReplaced(UPnPActionHandler replacement)
          Notifies an application registered as an action handler that it has been replaced by another UPnPActionHandler.
 UPnPActionHandler UPnPManagedService.setActionHandler(UPnPActionHandler handler)
          Sets an action handler for this service, replacing any prior action handler.
 



Copyright © 2011. All Rights Reserved.