|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ode.test.BPELTestAbstract.Invocation
public static class BPELTestAbstract.Invocation
Represents an test invocation of the BPEL engine.
Field Summary | |
---|---|
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.AckType |
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 |
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. |
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 |
javax.xml.namespace.QName |
target
Name of service to invoke. |
Constructor Summary | |
---|---|
BPELTestAbstract.Invocation(java.lang.String id)
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String id
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.AckType expectedFinalStatus
public MyRoleMessageExchange.CorrelationStatus expectedCorrelationStatus
public MyRoleMessageExchange.CorrelationStatus expectedFinalCorrelationStatus
public long maximumWaitMs
public long minimumWaitMs
Constructor Detail |
---|
public BPELTestAbstract.Invocation(java.lang.String id)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |