|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UPnPActionInvocation | |
|---|---|
| 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 UPnPActionInvocation in org.ocap.hn.upnp.client |
|---|
| Methods in org.ocap.hn.upnp.client with parameters of type UPnPActionInvocation | |
|---|---|
void |
UPnPClientService.postActionInvocation(UPnPActionInvocation actionInvocation,
UPnPActionResponseHandler handler)
Posts an action to the network. |
| Uses of UPnPActionInvocation in org.ocap.hn.upnp.common |
|---|
| Methods in org.ocap.hn.upnp.common that return UPnPActionInvocation | |
|---|---|
UPnPActionInvocation |
UPnPResponse.getActionInvocation()
Gets the UPnPActionInvocation that the response is for. |
| Constructors in org.ocap.hn.upnp.common with parameters of type UPnPActionInvocation | |
|---|---|
UPnPActionResponse(String[] argVals,
UPnPActionInvocation actionInvocation)
Constructs a UPnPActionResponse that conforms to
the OUT argument requirements of its associated UPnPAction. |
|
UPnPErrorResponse(int errorCode,
String errorDescription,
UPnPActionInvocation action)
Construct the instance. |
|
UPnPGeneralErrorResponse(int errorCode,
UPnPActionInvocation action)
Construct the instance. |
|
| Uses of UPnPActionInvocation in org.ocap.hn.upnp.server |
|---|
| Methods in org.ocap.hn.upnp.server with parameters of type UPnPActionInvocation | |
|---|---|
UPnPResponse |
UPnPActionHandler.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||