|
Oracle Communications Services Gatekeeper Java API Reference 7.0.0.1 E96578-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface that must be implemented by an interceptor. Note that it is the responsability of each interceptor to invoke the next interceptor using the invokeNext() method of the Context.
Method Summary | |
abstract java.lang.Object |
invoke(Context context)
Invoke the interceptor with the current interceptor Context. |
Method Detail |
public java.lang.Object invoke(Context context) throws java.lang.Exception
context
- The interceptor context.
java.lang.Exception
- An exception thrown by the interceptor to deny the request.
|
Oracle Communications Services Gatekeeper Java API Reference 7.0.0.1 E96578-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |