|
JBoss port of sunxacml 2.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FunctionProxy
Used by abstract functions to define how new functions are created by the factory. Note that all functions using XPath are defined to be abstract functions, so they must be created using this interface.
Method Summary | |
---|---|
Function |
getInstance(Node root,
String xpathVersion)
Creates an instance of some abstract function. |
Method Detail |
---|
Function getInstance(Node root, String xpathVersion) throws Exception
root
- the DOM root of the apply statement containing the functionxpathVersion
- the version specified in the contianing policy, or
null if no version was specified
Exception
- if the underlying code experienced any error
|
JBoss port of sunxacml 2.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |