Package com.agiletec.plugins.jpcasclient.aps.system.services.config.parse

Examples of com.agiletec.plugins.jpcasclient.aps.system.services.config.parse.ConfigDOM.extractConfig()


  @Override
  public void init() throws Exception {
    String configItem = this.getConfigManager().getConfigItem(CasClientPluginSystemCostants.JPCASCLIENT_CONFIG_ITEM);
    ConfigDOM configDOM = new ConfigDOM();
    CasClientConfig casClientConfig = configDOM.extractConfig(configItem);
    this.setClientConfig(casClientConfig);
  }
 
  @Override
  protected void release() {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.