Skip navigation links

Oracle BPEL Process Manager Client Java API Reference
10g Release 3 (10.1.3.1.0)

B28986-01


com.oracle.services.bpel.test
Interface ITestCallHandler


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_KEY
          Key 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

ANONYMOUS_ARGUMENT_KEY

static final java.lang.String ANONYMOUS_ARGUMENT_KEY
Key to anonymous arguments in argument maps.
See Also:
handleCall(com.oracle.bpel.client.IInstanceHandle, java.lang.String, java.util.Map), Constant Field Values

Method Detail

handleCall

void handleCall(IInstanceHandle handle,
                java.lang.String command,
                java.util.Map args)
Handles a callExternal test driver command. This method is called when the BPEL PM Test Framework encounters a callExternal command in the unit test driver file.
Parameters:
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.

Skip navigation links

Oracle BPEL Process Manager Client Java API Reference
10g Release 3 (10.1.3.1.0)

B28986-01


Copyright © 2006, Oracle. All rights reserved.