org.wso2.registry.config
Class RegistryConfigurationProcessor

java.lang.Object
  extended by org.wso2.registry.config.RegistryConfigurationProcessor

public class RegistryConfigurationProcessor
extends java.lang.Object


Constructor Summary
RegistryConfigurationProcessor()
           
 
Method Summary
static org.apache.axiom.om.OMElement getRegistryConfigAsXML(RegistryContext registryContext)
           
static void populateRegistryConfig(java.io.InputStream in, RegistryContext registryContext)
          Read XML configuration from the passed InputStream, or from the classpath.
static void populateRegistryConfig(java.lang.String filename, RegistryContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryConfigurationProcessor

public RegistryConfigurationProcessor()
Method Detail

populateRegistryConfig

public static void populateRegistryConfig(java.lang.String filename,
                                          RegistryContext context)
                                   throws RegistryException
Throws:
RegistryException

populateRegistryConfig

public static void populateRegistryConfig(java.io.InputStream in,
                                          RegistryContext registryContext)
                                   throws RegistryException
Read XML configuration from the passed InputStream, or from the classpath.

Parameters:
in - an InputStream containing XML data, or null.
registryContext - the RegistryContext to populate
Throws:
RegistryException - if there's a problem

getRegistryConfigAsXML

public static org.apache.axiom.om.OMElement getRegistryConfigAsXML(RegistryContext registryContext)


Copyright © 2007 Apache Web Services Project. All Rights Reserved.