org.wso2.balana.attr
Class AttributeDesignatorFactory

java.lang.Object
  extended by org.wso2.balana.attr.AttributeDesignatorFactory

public class AttributeDesignatorFactory
extends Object


Constructor Summary
AttributeDesignatorFactory()
           
 
Method Summary
 AbstractDesignator getAbstractDesignator(Node root, PolicyMetaData metaData)
           
static AttributeDesignatorFactory getFactory()
          Returns an instance of this factory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeDesignatorFactory

public AttributeDesignatorFactory()
Method Detail

getAbstractDesignator

public AbstractDesignator getAbstractDesignator(Node root,
                                                PolicyMetaData metaData)
                                         throws ParsingException
Throws:
ParsingException

getFactory

public static AttributeDesignatorFactory getFactory()
Returns an instance of this factory. This method enforces a singleton model, meaning that this always returns the same instance, creating the factory if it hasn't been requested before.

Returns:
the factory instance


Copyright © 2015 WSO2. All rights reserved.