net.sbbi.upnp.messages
Class ActionResponse
java.lang.Object
net.sbbi.upnp.messages.ActionResponse
public class ActionResponse
- extends Object
An action respons container Object
- Version:
- 1.0
- Author:
- SuperBonBon
ActionResponse
protected ActionResponse()
getOutActionArgument
public ServiceActionArgument getOutActionArgument(String actionArgumentName)
getOutActionArgumentValue
public String getOutActionArgumentValue(String actionArgumentName)
getOutActionArgumentNames
public Set getOutActionArgumentNames()
addResult
protected void addResult(ServiceActionArgument arg,
String value)
- Adds a result to the response, adding an existing result ServiceActionArgument
will override the ServiceActionArgument value
- Parameters:
arg - the service action argumentvalue - the arg value
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2010. All Rights Reserved.