Java Embedding Activity
This activity enables you to add custom Java code to a BPEL process using the Java BPEL extension bpelx:exec
. This is useful when you have Java code that can perform a function, and want to use this existing code instead of starting over. In BPEL 2.0 projects, the bpelx:exec
extension and Java code are wrapped in an <extensionActivity>
element.
Figure A-23 shows the Edit Java Embedding dialog in BPEL 2.0.
For more information about the Java embedding activity, see Incorporating Java and Java EE Code in a BPEL Process.