Uses of Class
org.opensaml.xml.XMLObjectBuilderFactory

Packages that use XMLObjectBuilderFactory
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 XMLObjectBuilderFactory in org.opensaml.xml
 

Fields in org.opensaml.xml declared as XMLObjectBuilderFactory
private static XMLObjectBuilderFactory Configuration.builderFactory
          Configured XMLObject builder factory.
 

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

Uses of XMLObjectBuilderFactory in org.opensaml.xml.io
 

Fields in org.opensaml.xml.io declared as XMLObjectBuilderFactory
private  XMLObjectBuilderFactory AbstractXMLObjectUnmarshaller.xmlObjectBuilderFactory
          Factory for XMLObjectBuilders.
 



Copyright © 1999-2013. All Rights Reserved.