Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

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

All Superinterfaces:
java.lang.annotation.Annotation

public interface MapperInfo
extends java.lang.annotation.Annotation

This annotation is used to specify that an argument of a method should be registered in the ContextMapperInfo. The value of this annotation is the key under which to store the argument in the ContextMapperInfo


Method Summary
 java.lang.String value()
          Name of the key under which this parameter will be stored in the ContextMapperInfo.
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Method Detail

value

public java.lang.String value()
Name of the key under which this parameter will be stored in the ContextMapperInfo. This value is mandatory.


Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

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