COSMOS ${releaseVersion} data-collection Project
Public API Specification

org.eclipse.cosmos.dc.common.registry.util
Class RegistryBindingUtil

java.lang.Object
  extended by org.eclipse.cosmos.dc.common.registry.util.RegistryBindingUtil

public class RegistryBindingUtil
extends java.lang.Object


Constructor Summary
RegistryBindingUtil()
           
 
Method Summary
static DataFlow getDataFlow(ProviderRegistry registry, org.w3c.dom.Element root)
           
static DataSource getDataSource(ProviderRegistry registry, org.w3c.dom.Element root)
           
static DimensionSet getDimensionSet(ProviderRegistry registry, org.w3c.dom.Element root)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryBindingUtil

public RegistryBindingUtil()
Method Detail

getDataSource

public static DataSource getDataSource(ProviderRegistry registry,
                                       org.w3c.dom.Element root)
                                throws java.lang.Exception
Throws:
java.lang.Exception

getDataFlow

public static DataFlow getDataFlow(ProviderRegistry registry,
                                   org.w3c.dom.Element root)
                            throws java.lang.Exception
Throws:
java.lang.Exception

getDimensionSet

public static DimensionSet getDimensionSet(ProviderRegistry registry,
                                           org.w3c.dom.Element root)
                                    throws java.lang.Exception
Throws:
java.lang.Exception

COSMOS ${releaseVersion} data-collection Project
Public API Specification