Package | Description |
---|---|
javax.servlet.sip.ar |
The
javax.servlet.sip.ar package contains Application Router interfaces |
Modifier and Type | Method and Description |
---|---|
SipRouteModifier |
SipApplicationRouterInfo.getRouteModifier() |
static SipRouteModifier |
SipRouteModifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SipRouteModifier[] |
SipRouteModifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
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.
|
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.