| com.sun.jbi.internal.security.ComponentContext
All known Subclasses: com.sun.jbi.internal.security.BindingComponentContext,
ComponentContext | public interface ComponentContext (Code) | | This interface is a wrapper around the com.sun.jbi.BindingContext.
author: Sun Microsystems, Inc. |
getComponentName | String getComponentName()(Code) | | Get the Component Id of the Binding Component.
the ComponentId as String |
getStringTranslator | 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 | 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. |
|
|