public interface UPnPActionHandler
UPnPActionHandler must be provided with the
service description in a call to
UPnPDeviceManager.createService(), or in a call
to UPnPManagedService.setActionHandler() .| Modifier and Type | Method and Description |
|---|---|
void |
notifyActionHandlerReplaced(UPnPActionHandler replacement)
Notifies an application registered as an action handler that
it has been replaced by another
UPnPActionHandler. |
UPnPResponse |
notifyActionReceived(UPnPActionInvocation action)
Notifies an application registered as an action handler that an action
invocation has been received for the
UPnPManagedService
it is associated with. |
UPnPResponse notifyActionReceived(UPnPActionInvocation action)
UPnPManagedService
it is associated with. The handler must respond with a properly-formed
UPnPResponse, per the UPnP Device Architecture specification.action - The UPnP action invocation received.UPnPActionResponse or a
UPnPErrorResponse. A null return
indicates the action was not handled.void notifyActionHandlerReplaced(UPnPActionHandler replacement)
UPnPActionHandler.replacement - The replacement UPnPActionHandler.Copyright © 2012 CableLabs. All Rights Reserved.