|
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 |
This interface defines the method a context translator must implement. It is used to put a "complex" parameter into the current request context.
Method Summary | |
abstract void |
translate(java.lang.Object param,
ContextInfo info)
Given the specified parameter 'param', put any useful key/value pair information into the 'info' map that will end up in the current RequestContext. |
Method Detail |
public void translate(java.lang.Object param, ContextInfo info)
param
- The parameter annotated with @ContextTranslator.info
- The map used by the current RequestContext.
|
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 |