Library Link To Toggle Frames Print Feedback

Chapter 7. Developing Asynchronous Applications

Summary

JAX-WS provides an easy mechanism for accessing services asynchronously. The SEI can specify additional methods that a can use to access a service asynchronously. The Celtix Enterprise code generators will generate the extra methods for you. You simply need to add the business logic.

Table of Contents

WSDL for Asynchronous Examples
Generating the Stub Code
Implementing an Asynchronous Client with the Polling Approach
Implementing an Asynchronous Client with the Callback Approach

In addition to the usual synchronous mode of invocation, Celtix Enterprise also supports two forms of asynchronous invocation: