org.apache.ode.bpel.rtrep.v1.xpath10.jaxp
Class JaxpFunctionResolver

java.lang.Object
  extended by org.apache.ode.bpel.rtrep.v1.xpath10.jaxp.JaxpFunctionResolver
All Implemented Interfaces:
javax.xml.xpath.XPathFunctionResolver

public class JaxpFunctionResolver
extends java.lang.Object
implements javax.xml.xpath.XPathFunctionResolver

JAXP function resolver for BPEL XPath functions


Nested Class Summary
 class JaxpFunctionResolver.DoXslTransform
           
 class JaxpFunctionResolver.GetLinkStatus
           
 class JaxpFunctionResolver.GetVariableData
           
 class JaxpFunctionResolver.GetVariableProperty
           
 
Constructor Summary
JaxpFunctionResolver(EvaluationContext ectx, OXPath10Expression oxpath)
           
 
Method Summary
 javax.xml.xpath.XPathFunction resolveFunction(javax.xml.namespace.QName functionName, int arity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxpFunctionResolver

public JaxpFunctionResolver(EvaluationContext ectx,
                            OXPath10Expression oxpath)
Method Detail

resolveFunction

public javax.xml.xpath.XPathFunction resolveFunction(javax.xml.namespace.QName functionName,
                                                     int arity)
Specified by:
resolveFunction in interface javax.xml.xpath.XPathFunctionResolver