Package | Description |
---|---|
javax.servlet.sip.ar |
The
javax.servlet.sip.ar package contains Application Router interfaces |
Modifier and Type | Method and Description |
---|---|
SipApplicationRoutingRegionType |
SipApplicationRoutingRegion.getType()
Each routing region is either ORIGINATING, TERMINATING, or NEUTRAL type.
|
static SipApplicationRoutingRegionType |
SipApplicationRoutingRegionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SipApplicationRoutingRegionType[] |
SipApplicationRoutingRegionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SipApplicationRoutingRegion(String label,
SipApplicationRoutingRegionType type)
Deployer may define new routing region by constructing a new
SipApplicationRoutingRegion object.
|
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.