public static class BPELTestAbstract.Invocation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
done
checking completion
|
MyRoleMessageExchange.CorrelationStatus |
expectedCorrelationStatus
If non-null, expect this correlation status right after invoke.
|
MyRoleMessageExchange.CorrelationStatus |
expectedFinalCorrelationStatus
If non-null, expect this correlation after response received.
|
MessageExchange.Status |
expectedFinalStatus
If non-null, expect this status after response received.
|
java.lang.Class |
expectedInvokeException
If non-null, expect an exception of this class (or subclass) on invoke.
|
java.util.regex.Pattern |
expectedResponsePattern
Expected RegExp pattern for the response, or null
|
MessageExchange.Status |
expectedStatus
If non-null, expecte this status right after invoke.
|
java.lang.String |
id
Identifier (for reporting).
|
long |
invokeDelayMs
Number of ms to wait (relative to other invokes) before invoking.
|
long |
maximumWaitMs
Maximum number of ms to wait for a response.
|
java.lang.Long |
minimumWaitMs
If non-null, minimum number of ms before a response should be available.
|
java.lang.String |
operation
Name of the operation to invoke.
|
org.w3c.dom.Element |
request
The request message that should be sent to the server
|
BPELTestAbstract.Invocation |
synchronizeWith
for sync invocations
|
javax.xml.namespace.QName |
target
Name of service to invoke.
|
Constructor and Description |
---|
Invocation(java.lang.String id,
BPELTestAbstract.Invocation synchronizeWith) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public java.lang.String id
public BPELTestAbstract.Invocation synchronizeWith
public boolean done
public java.lang.String operation
public javax.xml.namespace.QName target
public java.util.regex.Pattern expectedResponsePattern
public org.w3c.dom.Element request
public long invokeDelayMs
public java.lang.Class expectedInvokeException
public MessageExchange.Status expectedStatus
public MessageExchange.Status expectedFinalStatus
public MyRoleMessageExchange.CorrelationStatus expectedCorrelationStatus
public MyRoleMessageExchange.CorrelationStatus expectedFinalCorrelationStatus
public long maximumWaitMs
public java.lang.Long minimumWaitMs
public Invocation(java.lang.String id, BPELTestAbstract.Invocation synchronizeWith)