Class ActionResponse

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

public class ActionResponse extends Object
An action response container Object
  • Constructor Details

    • ActionResponse

      public ActionResponse()
  • Method Details

    • getOutActionArgument

      public Argument getOutActionArgument(String actionArgumentName)
      Parameters:
      actionArgumentName -
      Returns:
      The named Argument
    • getOutActionArgumentValue

      public String getOutActionArgumentValue(String actionArgumentName)
      Parameters:
      actionArgumentName -
      Returns:
      The named Argument's value
    • getOutActionArgumentNames

      public Set<String> getOutActionArgumentNames()
      Returns:
      Argument names
    • toString

      public String toString()
      Overrides:
      toString in class Object