Deprecated API


Contents
Deprecated Classes
org.mule.module.xml.expression.JXPathExpressionEvaluator
          Developers should use xpath, bean or groovy instead of this expression evaluator since there are some quirks with JXPath and the performance is not good. 
 

Deprecated Methods
org.mule.module.xml.transformer.AbstractXmlTransformer.convertToText(Object)
          Replaced by convertToText(Object obj, String ouputEncoding) 
org.mule.module.xml.filters.JXPathFilter.getValue()
          Use getExpectedValue(). 
org.mule.module.xml.filters.JXPathFilter.setValue(String)
          Use setExpectedValue(String expectedValue). 
org.mule.module.xml.util.XMLUtils.toXMLStreamReader(XMLInputFactory, Object)
          As of 3.7.0, use XMLUtils.toXMLStreamReader(javax.xml.stream.XMLInputFactory, org.mule.api.MuleEvent, Object) instead. 
 



Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.