org.apache.ode.bpel.rtrep.v1.xpath20
Class JaxpVariableResolver

java.lang.Object
  extended by org.apache.ode.bpel.rtrep.v1.xpath20.JaxpVariableResolver
All Implemented Interfaces:
javax.xml.xpath.XPathVariableResolver

public class JaxpVariableResolver
extends java.lang.Object
implements javax.xml.xpath.XPathVariableResolver


Constructor Summary
JaxpVariableResolver(EvaluationContext ectx, OXPath10ExpressionBPEL20 oxpath, net.sf.saxon.Configuration config)
           
 
Method Summary
 java.lang.Object resolveVariable(javax.xml.namespace.QName variableName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxpVariableResolver

public JaxpVariableResolver(EvaluationContext ectx,
                            OXPath10ExpressionBPEL20 oxpath,
                            net.sf.saxon.Configuration config)
Method Detail

resolveVariable

public java.lang.Object resolveVariable(javax.xml.namespace.QName variableName)
Specified by:
resolveVariable in interface javax.xml.xpath.XPathVariableResolver