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

      Methods 
      Modifier and Type Method and Description
      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.
    • 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.5