Openwings API Documentation (v1.1)

net.openwings.policy
Class PolicyLoaderFactory

java.lang.Object
  extended bynet.openwings.policy.PolicyLoaderFactory

public final class PolicyLoaderFactory
extends java.lang.Object

This class provides a way to obtain an implementation of PolicyLoader. The choice of PolicyLoader implementation class is set using the net.openwings.policy.implementation property.


Method Summary
static PolicyLoader getPolicyLoader()
          This method is used to obtain a PolicyLoader.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPolicyLoader

public static PolicyLoader getPolicyLoader()
This method is used to obtain a PolicyLoader.

Returns:
object implementing the PolicyLoader interface.

Openwings API Documentation (v1.1)