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