Uses of Class
org.opensaml.core.xml.io.UnmarshallerFactory
Packages that use UnmarshallerFactory
Package
Description
Configuration of XML object providers and related functionality.
Interfaces and abstract implementations of marshallers and unmarshallers.
Classes for retrieving, filtering, and querying metadata.
Functional support for XML Encryption.
-
Uses of UnmarshallerFactory in org.opensaml.core.testing
Fields in org.opensaml.core.testing declared as UnmarshallerFactoryModifier and TypeFieldDescriptionprotected static UnmarshallerFactoryXMLObjectBaseTestCase.unmarshallerFactoryXMLObject unmarshaller factory. -
Uses of UnmarshallerFactory in org.opensaml.core.xml.config
Fields in org.opensaml.core.xml.config declared as UnmarshallerFactoryModifier and TypeFieldDescriptionprivate UnmarshallerFactoryXMLObjectProviderRegistry.unmarshallerFactoryConfigured XMLObject unmarshaller factory.Methods in org.opensaml.core.xml.config that return UnmarshallerFactoryModifier and TypeMethodDescriptionXMLObjectProviderRegistry.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 UnmarshallerFactoryModifier and TypeFieldDescriptionprivate final UnmarshallerFactoryAbstractXMLObjectUnmarshaller.unmarshallerFactoryFactory for creating unmarshallers for child elements. -
Uses of UnmarshallerFactory in org.opensaml.saml.metadata.resolver.impl
Fields in org.opensaml.saml.metadata.resolver.impl declared as UnmarshallerFactoryModifier and TypeFieldDescriptionprivate UnmarshallerFactoryAbstractMetadataResolver.unmarshallerFactoryUnmarshaller factory used to get an unmarshaller for the metadata DOM.Methods in org.opensaml.saml.metadata.resolver.impl that return UnmarshallerFactoryModifier and TypeMethodDescriptionprotected UnmarshallerFactoryAbstractMetadataResolver.getUnmarshallerFactory()Get the XMLObject unmarshaller factory to use. -
Uses of UnmarshallerFactory in org.opensaml.xmlsec.encryption.support
Fields in org.opensaml.xmlsec.encryption.support declared as UnmarshallerFactoryModifier and TypeFieldDescriptionprivate final UnmarshallerFactoryDecrypter.unmarshallerFactoryUnmarshaller factory, used in decryption of EncryptedData objects.