| Package | Description |
|---|---|
| net.tomp2p.upnp |
| Modifier and Type | Method and Description |
|---|---|
ActionMessage |
UPNPMessageFactory.getMessage(String serviceActionName)
Creation of a new ActionMessage to communicate with the UPNP device
|
ActionMessage |
ActionMessage.setInputParameter(String parameterName,
boolean parameterValue)
Set the value of an input parameter before a message service call
|
ActionMessage |
ActionMessage.setInputParameter(String parameterName,
byte parameterValue)
Set the value of an input parameter before a message service call
|
ActionMessage |
ActionMessage.setInputParameter(String parameterName,
Date parameterValue)
Set the value of an input parameter before a message service call
|
ActionMessage |
ActionMessage.setInputParameter(String parameterName,
double parameterValue)
Set the value of an input parameter before a message service call
|
ActionMessage |
ActionMessage.setInputParameter(String parameterName,
float parameterValue)
Set the value of an input parameter before a message service call
|
ActionMessage |
ActionMessage.setInputParameter(String parameterName,
int parameterValue)
Set the value of an input parameter before a message service call
|
ActionMessage |
ActionMessage.setInputParameter(String parameterName,
long parameterValue)
Set the value of an input parameter before a message service call
|
ActionMessage |
ActionMessage.setInputParameter(String parameterName,
Object parameterValue)
Set the value of an input parameter before a message service call.
|
ActionMessage |
ActionMessage.setInputParameter(String parameterName,
short parameterValue)
Set the value of an input parameter before a message service call
|
ActionMessage |
ActionMessage.setInputParameter(String parameterName,
String parameterValue)
Set the value of an input parameter before a message service call.
|
Copyright © 2014. All rights reserved.