org.mule.module.xml.expression
Class XPathBranchExpressionEvaluator

java.lang.Object
  extended by org.mule.module.xml.expression.AbstractXPathExpressionEvaluator
      extended by org.mule.module.xml.expression.XPathExpressionEvaluator
          extended by org.mule.module.xml.expression.XPathBranchExpressionEvaluator
All Implemented Interfaces:
MuleContextAware, ExpressionEvaluator, Disposable, Initialisable, NamedObject

public class XPathBranchExpressionEvaluator
extends XPathExpressionEvaluator


Field Summary
static String NAME
           
 
Fields inherited from interface org.mule.api.lifecycle.Initialisable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Disposable
PHASE_NAME
 
Constructor Summary
XPathBranchExpressionEvaluator()
           
 
Method Summary
protected  Object extractResultFromNode(Object result)
           
 String getName()
          Gets the name of the object
 
Methods inherited from class org.mule.module.xml.expression.XPathExpressionEvaluator
createXPath, getXPathClassName
 
Methods inherited from class org.mule.module.xml.expression.AbstractXPathExpressionEvaluator
addNamespaces, dispose, evaluate, extractResultsFromNodes, getMuleContext, getNamespaceManager, getPayloadForXPath, getXPath, initialise, inject, setMuleContext, setNamespaceManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
See Also:
Constant Field Values
Constructor Detail

XPathBranchExpressionEvaluator

public XPathBranchExpressionEvaluator()
Method Detail

extractResultFromNode

protected Object extractResultFromNode(Object result)
Overrides:
extractResultFromNode in class XPathExpressionEvaluator

getName

public String getName()
Gets the name of the object

Specified by:
getName in interface NamedObject
Overrides:
getName in class XPathExpressionEvaluator
Returns:
the name of the object


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.