Uses of Class
org.opensaml.core.xml.XMLObjectBuilderFactory
-
Packages that use XMLObjectBuilderFactory Package Description org.opensaml.core.xml.config Configuration of XML object providers and related functionality.org.opensaml.core.xml.io Interfaces and abstract implementations of marshallers and unmarshallers. -
-
Uses of XMLObjectBuilderFactory in org.opensaml.core.xml.config
Fields in org.opensaml.core.xml.config declared as XMLObjectBuilderFactory Modifier and Type Field Description private XMLObjectBuilderFactoryXMLObjectProviderRegistry. builderFactoryConfigured XMLObject builder factory.Methods in org.opensaml.core.xml.config that return XMLObjectBuilderFactory Modifier and Type Method Description XMLObjectBuilderFactoryXMLObjectProviderRegistry. getBuilderFactory()Gets the XMLObject builder factory that has been configured with information from loaded configuration files.static XMLObjectBuilderFactoryXMLObjectProviderRegistrySupport. getBuilderFactory()Gets the XMLObject builder factory that has been configured with information from loaded configuration files. -
Uses of XMLObjectBuilderFactory in org.opensaml.core.xml.io
Fields in org.opensaml.core.xml.io declared as XMLObjectBuilderFactory Modifier and Type Field Description private XMLObjectBuilderFactoryAbstractXMLObjectUnmarshaller. xmlObjectBuilderFactoryFactory for XMLObjectBuilders.
-