Uses of Interface
org.opensaml.core.xml.util.SingletonFactory
-
Packages that use SingletonFactory Package Description org.opensaml.core.xml.util Utility classes for working with XML, XMLObjects, and various data types. -
-
Uses of SingletonFactory in org.opensaml.core.xml.util
Classes in org.opensaml.core.xml.util that implement SingletonFactory Modifier and Type Class Description classAbstractSimpleSingletonFactory<Input,Output>A simple implementation ofSingletonFactory.classAbstractSingletonFactory<Input,Output>An abstract Template design pattern implementation ofSingletonFactory.classAbstractWrappedSingletonFactory<Input,Output>An implementation ofSingletonFactory, which provides some support for handling cases where the output class instance holds a reference to the input class instance.
-