IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.rrd.extension.handler
Interface ExtensionHandlerConfig

All Superinterfaces:
ExtensionConfig

public interface ExtensionHandlerConfig
extends ExtensionConfig

Ths ExtensionHandlerConfig interface provides a method by which ExtensionHandler objects can obtain initialization and runtime configuration information.

Since:
WAS6.1

Method Summary
 java.lang.String getLocalName()
          Retrieves the local name of the extension data element that can be handled by the extension handler associated with this extension handler configuration.
 java.lang.String getNamespaceURI()
          Retrieves the namespace URI of the extension data element that can be handled by the extension handler associated with this extension handler configuration.
 
Methods inherited from interface com.ibm.wsspi.rrd.extension.ExtensionConfig
getClassName, getID, getInitParameter, getInitParameterNames, getOrder
 

Method Detail

getNamespaceURI

java.lang.String getNamespaceURI()
Retrieves the namespace URI of the extension data element that can be handled by the extension handler associated with this extension handler configuration.

Returns:
a String containing the namespace URI of the extension data element that can be handled by the extension handler associated with this extension handler configuration.

getLocalName

java.lang.String getLocalName()
Retrieves the local name of the extension data element that can be handled by the extension handler associated with this extension handler configuration.

Returns:
a String containing the local name of the extension data element that can be handled by the extension handler associated with this extension handler configuration.

IBM WebSphere Application ServerTM
Release 8