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

Packages that use MarshallerFactory
org.opensaml.xml Base classes for working with XML as Java objects and configuring the library. 
org.opensaml.xml.io Interfaces and abstract implementations of marshallers and unmarshallers. 
 

Uses of MarshallerFactory in org.opensaml.xml
 

Fields in org.opensaml.xml declared as MarshallerFactory
private static MarshallerFactory Configuration.marshallerFactory
          Configured XMLObject marshaller factory.
 

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

Uses of MarshallerFactory in org.opensaml.xml.io
 

Fields in org.opensaml.xml.io declared as MarshallerFactory
private  MarshallerFactory AbstractXMLObjectMarshaller.marshallerFactory
          Factory for XMLObject Marshallers.
 



Copyright © 1999-2013. All Rights Reserved.