org.apache.synapse.config.xml
Class SynapseXPathFactory

java.lang.Object
  extended by org.apache.synapse.config.xml.SynapseXPathFactory

public class SynapseXPathFactory
extends Object


Constructor Summary
SynapseXPathFactory()
           
 
Method Summary
static SynapseXPath getSynapseXPath(OMElement elem, QName attribName)
           
static SynapseXPath getSynapseXPath(OMElement elem, String expression)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynapseXPathFactory

public SynapseXPathFactory()
Method Detail

getSynapseXPath

public static SynapseXPath getSynapseXPath(OMElement elem,
                                           QName attribName)
                                    throws JaxenException
Throws:
JaxenException

getSynapseXPath

public static SynapseXPath getSynapseXPath(OMElement elem,
                                           String expression)
                                    throws JaxenException
Throws:
JaxenException


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.