Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


com.bea.wlcp.wlng.api.interceptor
Class InterceptionPoint

java.lang.Object
  extended byjava.lang.Enum
      extended bycom.bea.wlcp.wlng.api.interceptor.InterceptionPoint

All Implemented Interfaces:
Comparable, Serializable

public final class InterceptionPoint
extends Enum

Indicates the available positions where the interceptors can be invoked.

See Also:
Serialized Form

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

MO_NORTH

public static final InterceptionPoint MO_NORTH
Before invoking the application from the application facing interface of the plug-in

MO_SOUTH

public static final InterceptionPoint MO_SOUTH
Before invoking the network facing interface of the plug-in when receiving request from the network

MT_NORTH

public static final InterceptionPoint MT_NORTH
Before invoking the application facing interface of the plug-in

MT_SOUTH

public static final InterceptionPoint MT_SOUTH
Before invoking the network side and after invoking the application facing plug-in when receiving request from application.

Method Detail

valueOf

public static InterceptionPoint valueOf(String name)

values

public static InterceptionPoint[] values()

Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.