Uses of Class
org.opensaml.core.xml.io.UnmarshallerFactory
-
Packages that use UnmarshallerFactory 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 UnmarshallerFactory in org.opensaml.core.xml.config
Fields in org.opensaml.core.xml.config declared as UnmarshallerFactory Modifier and Type Field Description private UnmarshallerFactoryXMLObjectProviderRegistry. unmarshallerFactoryConfigured XMLObject unmarshaller factory.Methods in org.opensaml.core.xml.config that return UnmarshallerFactory Modifier and Type Method Description UnmarshallerFactoryXMLObjectProviderRegistry. getUnmarshallerFactory()Gets the XMLObject unmarshaller factory that has been configured with information from loaded configuration files.static UnmarshallerFactoryXMLObjectProviderRegistrySupport. getUnmarshallerFactory()Gets the XMLObject unmarshaller factory that has been configured with information from loaded configuration files. -
Uses of UnmarshallerFactory in org.opensaml.core.xml.io
Fields in org.opensaml.core.xml.io declared as UnmarshallerFactory Modifier and Type Field Description private UnmarshallerFactoryAbstractXMLObjectUnmarshaller. unmarshallerFactoryFactory for creating unmarshallers for child elements.
-