|
Oracle Communications Services Gatekeeper Java API Reference 5.0 E21717-02 |
||||||||||
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 | |
void |
translate(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(Object param, ContextInfo info)
param
- The parameter annotated with @ContextTranslatorinfo
- The map used by the current RequestContext
|
Oracle Communications Services Gatekeeper Java API Reference 5.0 E21717-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |