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

Packages that use UPnPAction
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 UPnPAction in org.ocap.hn.upnp.common
 

Methods in org.ocap.hn.upnp.common that return UPnPAction
 UPnPAction UPnPActionInvocation.getAction()
          Gets the UPnPAction that this UPnPActionInvocation is associated with.
 UPnPAction UPnPService.getAction(String actionName)
          Gets the named action from this service.
 UPnPAction[] UPnPService.getActions()
          Gets the actions that can be used with this service.
 

Constructors in org.ocap.hn.upnp.common with parameters of type UPnPAction
UPnPActionInvocation(String[] argVals, UPnPAction action)
          Constructs a UPnPActionInvocation that conforms to the IN argument requirements of its associated UPnPAction.
 

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

Methods in org.ocap.hn.upnp.server that return UPnPAction
 UPnPAction UPnPManagedService.getAction(String actionName)
          Gets the named action from this service.
 UPnPAction[] UPnPManagedService.getActions()
          Gets the actions that can be used with this service.
 



Copyright © 2011. All Rights Reserved.