org.wso2.carbon.utils.xml
Class XmlConfiguration

java.lang.Object
  extended by org.wso2.carbon.utils.xml.XmlConfiguration

public class XmlConfiguration
extends Object


Constructor Summary
XmlConfiguration(String xmlFile)
           
XmlConfiguration(String xmlFile, String serverNamespace)
           
 
Method Summary
 org.apache.axiom.om.OMElement[] getElements(String xPath)
           
 String getUniqueValue(String xPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlConfiguration

public XmlConfiguration(String xmlFile)
                 throws ServerException
Throws:
ServerException

XmlConfiguration

public XmlConfiguration(String xmlFile,
                        String serverNamespace)
                 throws ServerException
Throws:
ServerException
Method Detail

getUniqueValue

public String getUniqueValue(String xPath)

getElements

public org.apache.axiom.om.OMElement[] getElements(String xPath)


Copyright © 2014 WSO2 Inc. All rights reserved.