Uses of Class
net.sbbi.upnp.messages.ActionMessage

Packages that use ActionMessage
net.sbbi.upnp.messages   
 

Uses of ActionMessage in net.sbbi.upnp.messages
 

Methods in net.sbbi.upnp.messages that return ActionMessage
 ActionMessage UPNPMessageFactory.getMessage(java.lang.String serviceActionName)
          Creation of a new ActionMessage to communicate with the UPNP device
 ActionMessage ActionMessage.setInputParameter(java.lang.String parameterName, java.lang.Object parameterValue)
          Set the value of an input parameter before a message service call.
 ActionMessage ActionMessage.setInputParameter(java.lang.String parameterName, java.lang.String parameterValue)
          Set the value of an input parameter before a message service call.
 ActionMessage ActionMessage.setInputParameter(java.lang.String parameterName, java.util.Date parameterValue)
          Set the value of an input parameter before a message service call
 ActionMessage ActionMessage.setInputParameter(java.lang.String parameterName, boolean parameterValue)
          Set the value of an input parameter before a message service call
 ActionMessage ActionMessage.setInputParameter(java.lang.String parameterName, byte parameterValue)
          Set the value of an input parameter before a message service call
 ActionMessage ActionMessage.setInputParameter(java.lang.String parameterName, short parameterValue)
          Set the value of an input parameter before a message service call
 ActionMessage ActionMessage.setInputParameter(java.lang.String parameterName, int parameterValue)
          Set the value of an input parameter before a message service call
 ActionMessage ActionMessage.setInputParameter(java.lang.String parameterName, long parameterValue)
          Set the value of an input parameter before a message service call
 ActionMessage ActionMessage.setInputParameter(java.lang.String parameterName, float parameterValue)
          Set the value of an input parameter before a message service call
 ActionMessage ActionMessage.setInputParameter(java.lang.String parameterName, double parameterValue)
          Set the value of an input parameter before a message service call
 



Copyright © 2005 SuperBonBon Industries. All Rights Reserved.