|
Oracle BPEL Process Manager Client Java API Reference 10g Release 3 (10.1.3.1.0) B28986-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITestCallHandler
This interface should be implemented by classes that wish to handle external calls from BPEL unit tests.
| Field Summary | |
|---|---|
static java.lang.String |
ANONYMOUS_ARGUMENT_KEYKey to anonymous arguments in argument maps. |
| Method Summary | |
|---|---|
void |
handleCall(IInstanceHandle handle, java.lang.String command, java.util.Map args)Handles a callExternal test driver command. |
| Field Detail |
|---|
static final java.lang.String ANONYMOUS_ARGUMENT_KEY
handleCall(com.oracle.bpel.client.IInstanceHandle, java.lang.String, java.util.Map), Constant Field Values| Method Detail |
|---|
void handleCall(IInstanceHandle handle,
java.lang.String command,
java.util.Map args)
command - Descriptive name of the command to execute. This value comes directly from the test driver.args - Argument map. Values in the map are the String value itself or a java.util.List if more than one value was mapped to the same argument name in the test driver file. Unnamed arguments can be looked up using the ANONYMOUS_ARGUMENT_KEY key. These values come from the test driver.
|
Oracle BPEL Process Manager Client Java API Reference 10g Release 3 (10.1.3.1.0) B28986-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||