org.eclipse.higgins.configuration.xrds
Class ConfigurationHandler

java.lang.Object
  extended byorg.eclipse.higgins.configuration.xml.ConfigurationHandler
      extended byorg.eclipse.higgins.configuration.xrds.ConfigurationHandler
All Implemented Interfaces:
org.eclipse.higgins.configuration.api.IConfigurationHandler

public class ConfigurationHandler
extends org.eclipse.higgins.configuration.xml.ConfigurationHandler

An implementation for the IConfigurationHandler interface that can read from an XRD service endpoint.

See Also:
http://wiki.eclipse.org/ContextDiscoveryComponents

Field Summary
static String HIGGINS_CONF_NS
           
 
Constructor Summary
ConfigurationHandler()
          Constructor that initializes the class
ConfigurationHandler(org.openxri.xml.Service sep)
           
 
Method Summary
 boolean configure(Map mapConfigurationSettings)
           
 org.openxri.xml.Service getSEP()
           
 void setSEP(org.openxri.xml.Service sep)
           
 
Methods inherited from class org.eclipse.higgins.configuration.xml.ConfigurationHandler
configure, configure, getSettings, omFromFile, omFromStream, setConfigurationBase, setFileName, toOM
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HIGGINS_CONF_NS

public static final String HIGGINS_CONF_NS
See Also:
Constant Field Values
Constructor Detail

ConfigurationHandler

public ConfigurationHandler()
Constructor that initializes the class


ConfigurationHandler

public ConfigurationHandler(org.openxri.xml.Service sep)
Method Detail

setSEP

public void setSEP(org.openxri.xml.Service sep)

getSEP

public org.openxri.xml.Service getSEP()

configure

public boolean configure(Map mapConfigurationSettings)
                  throws Exception
Throws:
Exception