|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sbbi.upnp.services.ServiceAction
public class ServiceAction
An object to represent a service action proposed by an UPNP service
| Field Summary | |
|---|---|
protected String |
name
|
protected UPNPService |
parent
|
| Constructor Summary | |
|---|---|
protected |
ServiceAction()
|
| Method Summary | |
|---|---|
ServiceActionArgument |
getActionArgument(String argumentName)
Look for an ServiceActionArgument for a given name |
List |
getActionArguments()
The action in and out arguments ServiceActionArgument objects list |
ServiceActionArgument |
getInputActionArgument(String argumentName)
Look for an input ServiceActionArgument for a given name |
List |
getInputActionArguments()
Return a list containing input ( when a response is sent ) arguments objects |
List |
getInputActionArgumentsNames()
Return a list containing input ( when a response is sent ) arguments names |
String |
getName()
The action name |
ServiceActionArgument |
getOutputActionArgument(String argumentName)
Look for an output ServiceActionArgument for a given name |
List |
getOutputActionArguments()
Return a list containing output ( when a response is received ) arguments objects |
List |
getOutputActionArgumentsNames()
Return a list containing output ( when a response is received ) arguments names |
UPNPService |
getParent()
|
protected void |
setActionArguments(List orderedActionArguments)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected UPNPService parent
| Constructor Detail |
|---|
protected ServiceAction()
| Method Detail |
|---|
public UPNPService getParent()
public List getActionArguments()
public ServiceActionArgument getActionArgument(String argumentName)
argumentName - the argument name
protected void setActionArguments(List orderedActionArguments)
public List getInputActionArguments()
public ServiceActionArgument getInputActionArgument(String argumentName)
argumentName - the input argument name
public List getOutputActionArguments()
public ServiceActionArgument getOutputActionArgument(String argumentName)
argumentName - the input argument name
public List getInputActionArgumentsNames()
public List getOutputActionArgumentsNames()
public String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||