public class GenericWrapperFactory extends AbstractWrapperFactory
FESI_LANG, IBMJS_LANG| Constructor and Description |
|---|
GenericWrapperFactory() |
| Modifier and Type | Method and Description |
|---|---|
ObjectWrapper |
wrap(java.lang.Object obj,
java.lang.String lang,
java.lang.Object param)
Correctly wrap the given object to use in the scripting environment.
|
getObjectToStorepublic ObjectWrapper wrap(java.lang.Object obj, java.lang.String lang, java.lang.Object param)
WrapperFactoryobj - The Object to wrap.lang - The scripting language we are using. This is used to choose a
specific wrapper if the wrapper must vary depending on
scripting language.param - Some wrapper classes need parameters to correctly wrap
objects. param is how this information is passed. param can be
null if no extra information is necessary.IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.