Uses of Class
org.opensaml.xml.io.UnmarshallerFactory

Packages that use UnmarshallerFactory
org.opensaml.xml Base classes for working with XML as Java objects and configuring the library. 
org.opensaml.xml.encryption XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content. 
org.opensaml.xml.io Interfaces and abstract implementations of marshallers and unmarshallers. 
 

Uses of UnmarshallerFactory in org.opensaml.xml
 

Fields in org.opensaml.xml declared as UnmarshallerFactory
private static UnmarshallerFactory Configuration.unmarshallerFactory
          Configured XMLObject unmarshaller factory.
 

Methods in org.opensaml.xml that return UnmarshallerFactory
static UnmarshallerFactory Configuration.getUnmarshallerFactory()
          Gets the XMLObject unmarshaller factory that has been configured with information from loaded configuration files.
 

Uses of UnmarshallerFactory in org.opensaml.xml.encryption
 

Fields in org.opensaml.xml.encryption declared as UnmarshallerFactory
private  UnmarshallerFactory Decrypter.unmarshallerFactory
          Unmarshaller factory, used in decryption of EncryptedData objects.
 

Uses of UnmarshallerFactory in org.opensaml.xml.io
 

Fields in org.opensaml.xml.io declared as UnmarshallerFactory
private  UnmarshallerFactory AbstractXMLObjectUnmarshaller.unmarshallerFactory
          Factory for creating unmarshallers for child elements.
 



Copyright © 1999-2013. All Rights Reserved.