|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sandev.basics.structs.CallResponseStruct
A CallResponse is an outgoing message paired with a description of the expected response. It is used as part of a TestScript to drive synchronous output.
| Field Summary | |
protected SandMessage |
query
The outgoing message. |
protected MessageDescriptionStruct |
response
A description of the expected response message. |
protected java.lang.String |
sourceInstanceName
This is the instanceName of the target we are querying. |
| Constructor Summary | |
CallResponseStruct()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.String sourceInstanceName
The instance name must be specified as listed in the
Configuration that holds the MessageDriver that is running
the TestScript that contains this CallResponse.
protected SandMessage query
protected MessageDescriptionStruct response
| Constructor Detail |
public CallResponseStruct()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||