net.tomp2p.upnp
Class ActionResponse

java.lang.Object
  extended by net.tomp2p.upnp.ActionResponse

public class ActionResponse
extends Object

An action response container Object

Version:
1.0
Author:
SuperBonBon

Constructor Summary
ActionResponse()
           
 
Method Summary
 Argument getOutActionArgument(String actionArgumentName)
           
 Set<String> 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

public ActionResponse()
Method Detail

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


Copyright © 2013. All Rights Reserved.