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:
XPathFunctionResolver

public class ReflectionXPathFunctionResolver
extends Object
implements XPathFunctionResolver

Author:
semancik

Field Summary
static Trace LOGGER
           
 
Constructor Summary
ReflectionXPathFunctionResolver(Collection<FunctionLibrary> functions)
           
 
Method Summary
 XPathFunction resolveFunction(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(Collection<FunctionLibrary> functions)
Method Detail

resolveFunction

public XPathFunction resolveFunction(QName functionQName,
                                     int arity)
Specified by:
resolveFunction in interface XPathFunctionResolver


Copyright © 2013 evolveum. All Rights Reserved.