|
Oracle Communications Services Gatekeeper Java API Reference 5.1 E37525-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
java.lang.Enum
com.bea.wlcp.wlng.api.interceptor.InterceptionPoint
Indicates the available positions where the interceptors can be invoked.
| Field Summary | |
static InterceptionPoint |
MO_NORTHBefore invoking the application from the north interface of the plugin |
static InterceptionPoint |
MO_SOUTHBefore invoking the south interface of the plugin when receiving request from the network |
static InterceptionPoint |
MT_NORTHBefore invoking the north interface of the plugin |
static InterceptionPoint |
MT_SOUTHBefore invoking the network side and after invoking the north plugin when receiving request from application |
| Method Summary | |
static InterceptionPoint |
valueOf(String name) |
static InterceptionPoint[] |
values() |
| 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 |
| Methods inherited from interface java.lang.Comparable |
compareTo |
| Field Detail |
public static final InterceptionPoint MO_NORTH
public static final InterceptionPoint MO_SOUTH
public static final InterceptionPoint MT_NORTH
public static final InterceptionPoint MT_SOUTH
| Method Detail |
public static InterceptionPoint valueOf(String name)
public static InterceptionPoint[] values()
|
Oracle Communications Services Gatekeeper Java API Reference 5.1 E37525-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||