org.jasig.portal.security.provider.saml
Interface XPathExpressionExecutor

All Known Implementing Classes:
XPathExpressionPool

public interface XPathExpressionExecutor

Version:
$Revision: 20984 $
Author:
Eric Dalquist

Method Summary
<T> T
evaluate(String expression, Object item, QName returnType)
           
 

Method Detail

evaluate

<T> T evaluate(String expression,
               Object item,
               QName returnType)
           throws XPathExpressionException
Throws:
XPathExpressionException
See Also:
XPathExpression.evaluate(Object, QName)


Copyright © 2011 Jasig. All Rights Reserved.