|
Interface Summary |
| ActionCommand |
The interface that must be must be implemented by action commands. |
| MessageBuilderCommand |
The interface that must be must be implemented by message builder commands
From a testspec: <message-builder name="MyMessageBuilder" command="java:class
that implements the MessageBuilderCommand interface"/>
|
| MessageSelectorCommand |
The interface that must be implemented by message selector commands
From a testspec: <message-selector name="MyMessageSelector" command="java:class
that implements the MessageSelectorCommand interface"/>
|
| ValueCommand |
The interface that must be implemented by value commands
From a testspec: <value name="MyValue" command="java:class that
implements the ValueCommand interface"/>
|