public class Action extends Object
Modifier and Type | Field and Description |
---|---|
Argument[] |
arguments |
String |
name |
Service |
parent |
Modifier and Type | Method and Description |
---|---|
Argument |
getActionArgument(String argumentName)
Look for an
Argument for a given name |
Argument |
getInputActionArgument(String argumentName)
Look for an input ServiceActionArgument for a given name
|
Argument[] |
getInputActionArguments()
Return a list containing input ( when a response is sent ) arguments
objects
|
String |
getName()
The action name
|
Argument |
getOutputActionArgument(String argumentName)
Look for an output
Argument for a given name |
Argument[] |
getOutputActionArguments()
Return a list containing output ( when a response is received ) arguments
objects
|
String |
toString() |
public final String name
public final Service parent
public final Argument[] arguments
public Argument getActionArgument(String argumentName)
Argument
for a given nameargumentName
- the argument namepublic Argument[] getInputActionArguments()
public Argument getInputActionArgument(String argumentName)
argumentName
- the input argument namepublic Argument[] getOutputActionArguments()
public Argument getOutputActionArgument(String argumentName)
Argument
for a given nameargumentName
- the input argument nameArgument
or null if not found or not availablepublic String getName()
Copyright © 2013. All Rights Reserved.