org.wso2.balana
Class ObligationFactory
java.lang.Object
org.wso2.balana.ObligationFactory
public class ObligationFactory
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObligationFactory
public ObligationFactory()
getObligation
public AbstractObligation getObligation(Node node,
PolicyMetaData metaData)
throws ParsingException
- Throws:
ParsingException
getFactory
public static ObligationFactory 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.