com.ibm.wsspi.rrd.extension.handler

Interface ExtensionHandlerConfig

All Superinterfaces:
ExtensionConfig

  1. public interface ExtensionHandlerConfig
  2. extends ExtensionConfig
Ths ExtensionHandlerConfig interface provides a method by which ExtensionHandler objects can obtain initialization and runtime configuration information.
Since:
WAS6.1

Method Summary

Modifier and Type Method and Description
  1. 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.
  1. 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

  1. 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

  1. 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.