|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.registry.config.RegistryConfigurationProcessor
public class RegistryConfigurationProcessor
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 |
---|
public RegistryConfigurationProcessor()
Method Detail |
---|
public static void populateRegistryConfig(java.lang.String filename, RegistryContext context) throws RegistryException
RegistryException
public static void populateRegistryConfig(java.io.InputStream in, RegistryContext registryContext) throws RegistryException
in
- an InputStream containing XML data, or null.registryContext
- the RegistryContext to populate
RegistryException
- if there's a problempublic static org.apache.axiom.om.OMElement getRegistryConfigAsXML(RegistryContext registryContext)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |