| java.lang.Object com.sun.jbi.engine.xslt.util.ConfigBean
ConfigBean | public class ConfigBean implements TEResources(Code) | | This Bean object holds all the attributes of an endpoint.
author: Sun Microsystems, Inc. |
Constructor Summary | |
public | ConfigBean() Constructor. |
ConfigBean | public ConfigBean()(Code) | | Constructor. Creates a new Table.
|
getValue | public Vector getValue(String key)(Code) | | Returns the value associated with the key from the table.
Parameters: key - the tag name for wcich value is required. value corresponding to the tag as in config file. |
setValue | public void setValue(String key, String value)(Code) | | Sets the value for the key in the table.
Parameters: key - for which value has to be retrieved. Parameters: value - corresponding to the key |
|
|