net.sbbi.upnp.messages
Class ActionResponse

java.lang.Object
  extended by net.sbbi.upnp.messages.ActionResponse

public class ActionResponse
extends Object

An action respons container Object

Version:
1.0
Author:
SuperBonBon

Constructor Summary
protected ActionResponse()
           
 
Method Summary
protected  void addResult(ServiceActionArgument arg, String value)
          Adds a result to the response, adding an existing result ServiceActionArgument will override the ServiceActionArgument value
 ServiceActionArgument getOutActionArgument(String actionArgumentName)
           
 Set getOutActionArgumentNames()
           
 String getOutActionArgumentValue(String actionArgumentName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActionResponse

protected ActionResponse()
Method Detail

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 argument
value - the arg value

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010. All Rights Reserved.