|
|||||||||
Home >> All >> com >> sun >> xacml >> [ attr overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
com.sun.xacml.attr
Interface AttributeProxy

- public interface AttributeProxy
Used by the AttributeFactory
to create new attributes.
Typically a new proxy class is created which in turn knows how to create
a specific kind of attribute, and then this proxy class is installed in
the AttributeFactory
.
- Since:
- 1.0
Method Summary | |
AttributeValue |
getInstance(org.w3c.dom.Node root)
Tries to create a new AttributeValue based on the given
DOM root node. |
AttributeValue |
getInstance(java.lang.String value)
Tries to create a new AttributeValue based on the given
String data. |
Method Detail |
getInstance
public AttributeValue getInstance(org.w3c.dom.Node root) throws java.lang.Exception
- Tries to create a new
AttributeValue
based on the given DOM root node.
getInstance
public AttributeValue getInstance(java.lang.String value) throws java.lang.Exception
- Tries to create a new
AttributeValue
based on the given String data.
|
|||||||||
Home >> All >> com >> sun >> xacml >> [ attr overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |