com.evolveum.midpoint.common.expression.script.xpath
Class ReflectionXPathFunctionResolver

java.lang.Object
  extended by com.evolveum.midpoint.common.expression.script.xpath.ReflectionXPathFunctionResolver
All Implemented Interfaces:
javax.xml.xpath.XPathFunctionResolver

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

Author:
semancik

Field Summary
static Trace LOGGER
           
 
Constructor Summary
ReflectionXPathFunctionResolver(MidPointFunctions functionLibrary)
           
 
Method Summary
 javax.xml.xpath.XPathFunction resolveFunction(javax.xml.namespace.QName functionQName, int arity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

public static final Trace LOGGER
Constructor Detail

ReflectionXPathFunctionResolver

public ReflectionXPathFunctionResolver(MidPointFunctions functionLibrary)
Method Detail

resolveFunction

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


Copyright © 2012 evolveum. All Rights Reserved.