|
Oracle Communications Services Gatekeeper Java API Reference 6.0 E55513-02 |
||||||||||
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_NORTH Before invoking the application from the application facing interface of the plug-in |
static InterceptionPoint |
MO_SOUTH Before invoking the network facing interface of the plug-in when receiving request from the network |
static InterceptionPoint |
MT_NORTH Before invoking the application facing interface of the plug-in |
static InterceptionPoint |
MT_SOUTH Before invoking the network side and after invoking the application facing plug-in 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 6.0 E55513-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |