Package com.webmethods.portal.system
Interface IInitializableComponentData
public interface IInitializableComponentData
This is a lightweight implementation of registration data to initialize a new component
-
Method Summary
Modifier and TypeMethodDescriptionGetconfigFile
attribute value toReturns raw text of the configuration for getConfig method.getURI()
-
Method Details
-
getComponentClassName
String getComponentClassName()- Returns:
- the classname for this component
-
getConfig
Element getConfig()- Returns:
- the config element for this component, Maybe NULL
- See Also:
-
getConfigStream
String getConfigStream()Returns raw text of the configuration for getConfig method.- Returns:
-
getProperties
- Returns:
- the properties for this data, Maybe NULL
- See Also:
-
getURI
IURI getURI()- Returns:
- the uri that describes where to get the data. This Maybe NULL
- See Also:
-
getConfigFile
String getConfigFile()GetconfigFile
attribute value to
-