BPEL Deployer
Identifier:
net.bpelunit.framework.client.eclipse.bpelDeployer
Since:
1.0
Description:
Extension point for adding BPEL Deployers
Configuration Markup:
<!ELEMENT extension (bpelDeployer)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
- point - a fully qualified identifier of the target extension point
- id - an optional identifier of the extension instance
- name - an optional name of the extension instance
<!ELEMENT bpelDeployer EMPTY>
<!ATTLIST bpelDeployer
id CDATA #REQUIRED
name CDATA #REQUIRED
general_options CDATA #IMPLIED
suite_options CDATA #IMPLIED
deployerClass CDATA #REQUIRED>
- id - ID of this bpel deployer
- name - Human-readable name of this bpel deployer
- general_options - List of general options to configure (comma-separated)
- suite_options - List of suite options to configure (comma-separated)
- deployerClass - class implementing the interface IBPELDeployer
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]