org.wso2.balana.attr
Class AttributeSelectorFactory

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

public class AttributeSelectorFactory
extends Object


Constructor Summary
AttributeSelectorFactory()
           
 
Method Summary
 AbstractAttributeSelector getAbstractSelector(Node root, PolicyMetaData metaData)
           
static AttributeSelectorFactory 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

AttributeSelectorFactory

public AttributeSelectorFactory()
Method Detail

getAbstractSelector

public AbstractAttributeSelector getAbstractSelector(Node root,
                                                     PolicyMetaData metaData)
                                              throws ParsingException
Throws:
ParsingException

getFactory

public static AttributeSelectorFactory 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.