|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SipApplicationRoutingRegion | |
|---|---|
| javax.servlet.sip | |
| javax.servlet.sip.ar | |
| Uses of SipApplicationRoutingRegion in javax.servlet.sip |
|---|
| Methods in javax.servlet.sip that return SipApplicationRoutingRegion | |
|---|---|
SipApplicationRoutingRegion |
SipServletRequest.getRegion()
This method allows the application to obtain the region it was invoked in for this SipServletRequest. |
SipApplicationRoutingRegion |
SipSession.getRegion()
This method allows the application to obtain the region it was invoked in for this SipSession. |
| Uses of SipApplicationRoutingRegion in javax.servlet.sip.ar |
|---|
| Fields in javax.servlet.sip.ar declared as SipApplicationRoutingRegion | |
|---|---|
static SipApplicationRoutingRegion |
SipApplicationRoutingRegion.NEUTRAL_REGION
The NEUTRAL region contains applications that do not service a specific subscriber. |
static SipApplicationRoutingRegion |
SipApplicationRoutingRegion.ORIGINATING_REGION
The ORIGINATING region contains applications that service the caller. |
static SipApplicationRoutingRegion |
SipApplicationRoutingRegion.TERMINATING_REGION
The TERMINATING region contains applications that service the callee. |
| Methods in javax.servlet.sip.ar that return SipApplicationRoutingRegion | |
|---|---|
SipApplicationRoutingRegion |
SipApplicationRouterInfo.getRoutingRegion()
|
| Methods in javax.servlet.sip.ar with parameters of type SipApplicationRoutingRegion | |
|---|---|
SipApplicationRouterInfo |
SipApplicationRouter.getNextApplication(SipServletRequest initialRequest,
SipApplicationRoutingRegion region,
SipApplicationRoutingDirective directive,
SipTargetedRequestInfo targetedRequestInfo,
Serializable stateInfo)
This method is called by the container when a servlet sends or proxies an initial SipServletRequest. |
| Constructors in javax.servlet.sip.ar with parameters of type SipApplicationRoutingRegion | |
|---|---|
SipApplicationRouterInfo(String nextApplicationName,
SipApplicationRoutingRegion routingRegion,
String subscriberURI,
String[] routes,
SipRouteModifier mod,
Serializable stateInfo)
Creates a SipApplicationRouterInfo object containing the information necessary for the conatiner to perform its routing decision. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||