com.ebmwebsourcing.easybpel.model.bpel.impl.variable
Class XPathAnalyzer

java.lang.Object
  extended by com.ebmwebsourcing.easybpel.model.bpel.impl.variable.XPathAnalyzer

public class XPathAnalyzer
extends java.lang.Object

Author:
Nicolas Salatge - eBM WebSourcing

Constructor Summary
XPathAnalyzer()
           
 
Method Summary
 org.jdom.Element evaluate(java.util.List<java.lang.String> xpathExpressions, org.jdom.Element source, org.ow2.easywsdl.schema.api.extensions.NamespaceMapperImpl context)
           
 org.jdom.Element evaluate(java.lang.String xpathExpression, org.jdom.Element source, org.ow2.easywsdl.schema.api.extensions.NamespaceMapperImpl context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPathAnalyzer

public XPathAnalyzer()
Method Detail

evaluate

public org.jdom.Element evaluate(java.lang.String xpathExpression,
                                 org.jdom.Element source,
                                 org.ow2.easywsdl.schema.api.extensions.NamespaceMapperImpl context)
                          throws BPELException
Throws:
BPELException

evaluate

public org.jdom.Element evaluate(java.util.List<java.lang.String> xpathExpressions,
                                 org.jdom.Element source,
                                 org.ow2.easywsdl.schema.api.extensions.NamespaceMapperImpl context)
                          throws BPELException
Throws:
BPELException


Copyright © 2008-2009 eBM WebSourcing. All Rights Reserved.