Uses of Class
com.edustructures.sifworks.tools.cfg.ADKConfigException

Packages that use ADKConfigException
com.edustructures.sifworks.tools.cfg The AgentConfig class implements an XML-based configuration file parser that agents can use as-is, or as the basis for custom parsers 
com.edustructures.sifworks.tools.mapping The Mappings class and its supporting classes and interfaces simplify the task of mapping field values between the local application's data structures and SIF Data Objects. 
 

Uses of ADKConfigException in com.edustructures.sifworks.tools.cfg
 

Methods in com.edustructures.sifworks.tools.cfg that throw ADKConfigException
 org.w3c.dom.Node AgentConfig.addZone(java.lang.String zoneId, java.lang.String zoneUrl, java.lang.String templateId)
          Adds a new zone
 Zone[] AgentConfig.apply(Agent agent, boolean overwrite)
          Applies the settings in the configuration to the Agent.
 void AgentConfig.applyProperties(Agent agent, boolean overwrite)
          Applies <property> elements to the Agent
 void AgentConfig.applyTransports(Agent agent, boolean overwrite)
          Applies <transport> elements to the Agent.
 Zone[] AgentConfig.applyZones(Agent agent)
          Applies <zone> elements to create new Zone instances.
 org.w3c.dom.Document AgentConfig.read(java.lang.String file, boolean validate)
          Read a configuration file into memory.
 void AgentConfig.save()
          Saves the XML document back to the file from which it was read.
 void AgentConfig.save(java.io.BufferedWriter out)
          Saves the XML document to the specified Writer.
 void AgentConfig.save(java.io.OutputStream out)
          Saves the XML document to the specified output stream.
 

Uses of ADKConfigException in com.edustructures.sifworks.tools.mapping
 

Methods in com.edustructures.sifworks.tools.mapping that throw ADKConfigException
static FieldMapping FieldMapping.fromXML(ObjectMapping parent, org.w3c.dom.Element element)
          Creates a new FieldMapping instance and populates its properties from the given XML Element
static OtherIdMapping OtherIdMapping.fromXML(ObjectMapping parent, FieldMapping field, org.w3c.dom.Element element)
           
 void Mappings.populate(org.w3c.dom.Document doc, org.w3c.dom.Node parent)
          Populate the Mappings hierarchy from an XML Document.
 



Copyright © 2001-2007 Edustructures LLC. All Rights Reserved. SIFWorks® and ADK® are registered trademarks of Edustructures LLC. SIF™ and Schools Interoperability Framework are trademarks of the Schools Interoperability Framework Association.