com.ibm.wsspi.rrd.extension.handler
Interface ExtensionHandlerConfig
All Superinterfaces:
- public interface ExtensionHandlerConfig
- extends ExtensionConfig
ExtensionHandler
objects can obtain
initialization and runtime configuration information.
Since:
WAS6.1
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getLocalName()
Retrieves the local name of the extension data element that can be
handled by the extension handler associated with this extension handler
configuration.
|
|
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.