Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sun.xacml.attr.proxy
Class AnyURIAttributeProxy  view AnyURIAttributeProxy download AnyURIAttributeProxy.java

java.lang.Object
  extended bycom.sun.xacml.attr.proxy.AnyURIAttributeProxy
All Implemented Interfaces:
com.sun.xacml.attr.AttributeProxy

public class AnyURIAttributeProxy
extends java.lang.Object
implements com.sun.xacml.attr.AttributeProxy

A proxy class that is provided mainly for the run-time configuration code to use.

Since:
1.2

Constructor Summary
AnyURIAttributeProxy()
           
 
Method Summary
 com.sun.xacml.attr.AttributeValue getInstance(org.w3c.dom.Node root)
          Tries to create a new AttributeValue based on the given DOM root node.
 com.sun.xacml.attr.AttributeValue getInstance(java.lang.String value)
          Tries to create a new AttributeValue based on the given String data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnyURIAttributeProxy

public AnyURIAttributeProxy()
Method Detail

getInstance

public com.sun.xacml.attr.AttributeValue getInstance(org.w3c.dom.Node root)
                                              throws java.lang.Exception
Description copied from interface: com.sun.xacml.attr.AttributeProxy
Tries to create a new AttributeValue based on the given DOM root node.

Specified by:
getInstance in interface com.sun.xacml.attr.AttributeProxy

getInstance

public com.sun.xacml.attr.AttributeValue getInstance(java.lang.String value)
                                              throws java.lang.Exception
Description copied from interface: com.sun.xacml.attr.AttributeProxy
Tries to create a new AttributeValue based on the given String data.

Specified by:
getInstance in interface com.sun.xacml.attr.AttributeProxy