The WVR class, which represents the Blueworx Voice Response system, establishes telephone calls and enables communication with the Blueworx Voice Response system. The WVR class can also be used to make outgoing calls and to return the call at the end of the interaction.
Each instance of a Java application typically handles a single call at one time. To deal with more than one call you need to have multiple instances of the application waiting for calls: as many as you expect to handle during your peak hour. If you have more than one application, you need a different set of instances for each, or you can have a “top-level” Java application that greets the caller, asks them what service they require, and calls other applications as needed. The service application can be written in Java, VoiceXML, or it can be a state table.