Adapter Development Kit 6.5 | webMethods Adapter Development Kit Documentation | webMethods Adapter Development Kit Installation and User’s Documentation | The Adapter Definition | Creating Resource Bundles | Resource Bundle Lookup Keys
 
Resource Bundle Lookup Keys
 
Considerations for Adapter Definition Lookup Keys
Considerations for Specifying URLs in Resource Bundles
The following table describes the automatic resource bundle lookups performed for each type of adapter element, and describes how the results are used.
Adapter Element
Key Format
Usage
Adapter definition
adapterName + ADKGLOBAL.RESOURCEBUNDLEKEY
_DISPLAYNAME
Required. Displays adapter name in Integration Server Administrator and in adapter interface.
adapterName + ADKGLOBAL.RESOURCEBUNDLEKEY
_DESCRIPTION
Required. Displays adapter description in adapter interface's About window.
adapterName + ADKGLOBAL.RESOURCEBUNDLEKEY
_ABOUT + ADKGLOBAL.RESOURCEBUNDLEKEY
_HELPURL
Required. Displays help hyperlink in adapter interface's About window.
adapterName + ADKGLOBAL.RESOURCEBUNDLE
KEY_LISTCONNECTIONTYPES +
ADKGLOBAL.RESOURCEBUNDLEKEY_HELPURL
Displays help hyperlink for connection type list in adapter interface when configuring new connection.
adapterName + ADKGLOBAL.RESOURCEBUNDLE
KEY_LISTPOLLINGNOTIFICATIONDETAILS
+ ADKGLOBAL.RESOURCEBUNDLEKEY_HELPURL
Displays help hyperlink when modifying or viewing a polling notification's schedule.
adapterName + ADKGLOBAL.RESOURCEBUNDLE
KEY_LISTPOLLINGNOTIFICATIONS
+ ADKGLOBAL.RESOURCEBUNDLEKEY_HELPURL
Displays help hyperlink for list of polling notifications.
Connection type
ConnectionFactoryName.class.getName() +
ADKGLOBAL.RESOURCEBUNDLEKEY_DISPLAYNAME
Displays connection type column in adapter interface.
ConnectionFactoryName.class.getName() +
ADKGLOBAL.RESOURCEBUNDLEKEY_DESCRIPTION
Displays description column in connection type listing when configuring connections.
ConnectionFactoryName.class.getName() +
ADKGLOBAL.RESOURCEBUNDLEKEY_HELPURL
Displays help hyperlink when editing connection properties.
Adapter service template
AdapterServiceName.class.getName() +
ADKGLOBAL.RESOURCEBUNDLEKEY_DISPLAYNAME
Displays adapter service template name when selecting a template to create an adapter service in Designer.
AdapterServiceName.class.getName() +
ADKGLOBAL.RESOURCEBUNDLEKEY_ DESCRIPTION
Displays adapter service template description when selecting a template to create an adapter service in Designer.
AdapterServiceName.class.getName() +
ADKGLOBAL.RESOURCEBUNDLEKEY_ HELPURL
Displays help hyperlink when editing adapter service properties (focus must be in Properties window).
Polling notification template
AdapterNotificationName.class.getName() +
ADKGLOBAL.RESOURCEBUNDLEKEY_DISPLAYNAME
Displays template name column when selecting a template to create polling notification in Designer.
AdapterNotificationName.class.getName() +
ADKGLOBAL.RESOURCEBUNDLEKEY_ DESCRIPTION
Displays template description column when selecting a template to create polling notification in Designer.
AdapterNotificationName.class.getName() +
ADKGLOBAL.RESOURCEBUNDLEKEY_ HELPURL
Displays help hyperlink when editing polling notification properties (focus must be in Properties window).
Parameters used to configure nodes
parameterName +
ADKGLOBAL.RESOURCEBUNDLEKEY_DISPLAYNAME
Displays property display name when editing connection, adapter service, and polling notification properties in adapter interface and Designer.
parameterName +
ADKGLOBAL.RESOURCEBUNDLEKEY_DESCRIPTION
Displays tool tip when mouse is over parameter name when editing service and polling notification properties in Designer.
Metadata group names
groupName +
ADKGLOBAL.RESOURCEBUNDLEKEY_DISPLAYNAME
Displays property display name when editing parameter group for polling notification in Designer.
groupName +
ADKGLOBAL.RESOURCEBUNDLEKEY_GROUPURL
Overrides Designer help hyperlink on each tab associated with group.
Log entries
new Integer(minorCode).toString()
Text in all log repositories (server locale)
Exception text
new Integer(minorCode).toString()
Text in all log repositories (server locale)
Note:
By default, if you omit a DISPLAYNAME lookup key in your resource bundle, the parameter or class name is used as the display name. Other omitted lookup keys display nothing.