|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SipRouteModifier>
javax.servlet.sip.ar.SipRouteModifier
public enum SipRouteModifier
Route modifiers as returned by the Application Router, used to interpret the returned route from the router.
| Enum Constant Summary | |
|---|---|
NO_ROUTE
Indicates that SipApplicationRouterInfo.getRoute() does not contain any valid route. |
|
ROUTE
Indicates that the route returned by SipApplicationRouterInfo.getRoute() is a valid route. |
|
ROUTE_BACK
Tells the container to push a route back to itself before pusing the external routes specified by SipApplicationRouterInfo.getRoutes(). |
|
| Method Summary | |
|---|---|
static SipRouteModifier |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SipRouteModifier[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final SipRouteModifier ROUTE_BACK
public static final SipRouteModifier NO_ROUTE
public static final SipRouteModifier ROUTE
| Method Detail |
|---|
public static SipRouteModifier[] values()
for (SipRouteModifier c : SipRouteModifier.values()) System.out.println(c);
public static SipRouteModifier valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||