+

Search Tips   |   Advanced Search

 

SIP application composition

 

Reference materials for the WAS implementation of JSR 116 standards.

 

Application composition specification

The JSR 116 standard states in Section 2.4 that multiple applications may be invoked for the same SIP request.

This standard requires that implementations must obey a cascaded services model, stating: "Triggering of service applications on the same host, shall be performed in the same sequence as if triggering had occurred on different hosts." This means that responses will flow upstream, that they will hit applications in the reverse order of their corresponding requests.

JSR 116 does not specify how to implement this when developing SIP applications, thus there are many ways to comply with this standard.

 

Application composition in the WAS environment

Composition of the application depends on the deployed application order, and on the order of mapping rules within the deployment descriptor of each application.




 

Related tasks


Browse all SIP topics
Developing SIP applications

 

Related Reference


Compliance with industry SIP standards

 

Reference topic