|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SipService
This extends the definition of Service from tomcat interface to SIP. A SipService is a group of one or more Sip Connectors that share a single Container to process their requests/responses. This arrangement allows, for example, a non-secured and secured SIP connectors to share the same population of sip apps and allow for converged apps. The service is responsible for definig the sip application dispatcher that will dispatch sip messages to sip applications.
| Method Summary | |
|---|---|
SipApplicationDispatcher |
getSipApplicationDispatcher()
Retrieve the sip application dispatcher associated with this service |
void |
setSipApplicationDispatcher(SipApplicationDispatcher sipApplicationDispatcher)
Set the sip application dispatcher associated with this service |
| Methods inherited from interface org.apache.catalina.Service |
|---|
addConnector, addExecutor, findConnectors, findExecutors, getContainer, getExecutor, getInfo, getName, getServer, initialize, removeConnector, removeExecutor, setContainer, setName, setServer |
| Method Detail |
|---|
SipApplicationDispatcher getSipApplicationDispatcher()
void setSipApplicationDispatcher(SipApplicationDispatcher sipApplicationDispatcher)
sipApplicationDispatcher - the sip application dispatcher associated with this service
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||