Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
5.0

E21717-02


com.bea.wlcp.wlng.api.plugin.context
Interface ContextTranslate

All Superinterfaces:
Annotation

public interface ContextTranslate
extends Annotation

This annotation is almost identical to ContextKey but it is used for "complex" argument that required some traversal to get the interesting values. Classes containing such an annotation have to provide the id of the translator to be used for the translation.


Method Summary
 Class value()
          id of the translator class to be used to translate the annotated parameter.

 

Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString

 

Method Detail

value

public Class value()
id of the translator class to be used to translate the annotated parameter.

Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
5.0

E21717-02


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