|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionMessage | |
---|---|
net.tomp2p.upnp |
Uses of ActionMessage in net.tomp2p.upnp |
---|
Methods in net.tomp2p.upnp that return ActionMessage | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |