BPEL and Java Cookbook
上QQ阅读APP看书,第一时间看更新

Chapter 1. Calling BPEL from Java

In this chapter we will cover:

  • Deploying a BPEL process
  • Gathering a BPEL process's in and out parameters
  • Calling a synchronous BPEL process from Java
  • Calling an asynchronous BPEL process from Java
  • Handling business faults from a synchronous BPEL process
  • Handling business faults from an asynchronous BPEL process
  • Mapping the results of a BPEL process