public class SipApplicationRoutingRegion extends Object implements Serializable
SipApplicationRoutingRegionType
and also
allows for implementations to have additional or new regions if it is so
required. This could be useful in non telephony domains where the concept of
of a caller and callee is not applicable.Modifier and Type | Field and Description |
---|---|
static SipApplicationRoutingRegion |
NEUTRAL_REGION
The NEUTRAL region contains applications that do not service a specific
subscriber.
|
static SipApplicationRoutingRegion |
ORIGINATING_REGION
The ORIGINATING region contains applications that service the caller.
|
static SipApplicationRoutingRegion |
TERMINATING_REGION
The TERMINATING region contains applications that service the callee.
|
Constructor and Description |
---|
SipApplicationRoutingRegion(String label,
SipApplicationRoutingRegionType type)
Deployer may define new routing region by constructing a new
SipApplicationRoutingRegion object.
|
public static final SipApplicationRoutingRegion ORIGINATING_REGION
public static final SipApplicationRoutingRegion TERMINATING_REGION
public static final SipApplicationRoutingRegion NEUTRAL_REGION
public SipApplicationRoutingRegion(String label, SipApplicationRoutingRegionType type)
SipApplicationRoutingRegionType
may be null in cases when a custom region is defined.public String getLabel()
public final SipApplicationRoutingRegionType getType()
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.