| |
|
| java.lang.Object com.sun.jbi.internal.security.BindingComponentContext
BindingComponentContext | public BindingComponentContext(com.sun.jbi.component.ComponentContext ctx, EnvironmentContext envCtx)(Code) | | Creates a new instance of BindingComponentContext.
Parameters: ctx - is the ComponentContext Parameters: envCtx - is the SecurityService Environment Context, this is used purely for getting the String Translator. |
getComponentName | public String getComponentName()(Code) | | Get the Component Id of the Binding Component.
the ComponentId as String |
getStringTranslator | public StringTranslator getStringTranslator(String packageName)(Code) | | Get the StringTranslator required for i18N based on the package name.
Parameters: packageName - is the name of the package the StringTranslator for the package |
getStringTranslatorFor | public StringTranslator getStringTranslatorFor(Object object)(Code) | | Get the StringTranslator required for i18N based on the objects package name.
Parameters: object - is the Object. the StringTranslator for the object. |
|
|
|