com.mule.connectors.testdata.parsers
Class AnnotationsXmlParser

java.lang.Object
  extended by com.mule.connectors.testdata.parsers.AnnotationsXmlParser

public class AnnotationsXmlParser
extends Object


Constructor Summary
AnnotationsXmlParser(String inputFile)
           
 
Method Summary
 Element getPropertiesNode()
           
 ConnectorProperties retrieveConnectorProperties()
           
 Map<String,ConnectorProcessorInfo> retrieveProcessorsProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationsXmlParser

public AnnotationsXmlParser(String inputFile)
                     throws IOException,
                            SAXException,
                            ParserConfigurationException
Throws:
IOException
SAXException
ParserConfigurationException
Method Detail

getPropertiesNode

public Element getPropertiesNode()

retrieveConnectorProperties

public ConnectorProperties retrieveConnectorProperties()
                                                throws XPathExpressionException
Throws:
XPathExpressionException

retrieveProcessorsProperties

public Map<String,ConnectorProcessorInfo> retrieveProcessorsProperties()
                                                                throws XPathExpressionException
Throws:
XPathExpressionException


Copyright © 2014. All rights reserved.