Class XMLObjectFactoryBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<XMLObject>, org.springframework.beans.factory.InitializingBean

    public class XMLObjectFactoryBean
    extends org.springframework.beans.factory.config.AbstractFactoryBean<XMLObject>
    A Spring factory bean that creates OpenSAML XMLObject instances.
    Author:
    Martin Lindström (martin.lindstrom@litsec.se)
    • Field Summary

      • Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean

        logger
      • Fields inherited from interface org.springframework.beans.factory.FactoryBean

        OBJECT_TYPE_ATTRIBUTE
    • Constructor Summary

      Constructors 
      Constructor Description
      XMLObjectFactoryBean​(org.springframework.core.io.Resource resource)
      Constructor assigning the resource to unmarshall the XMLObject from.
    • Constructor Detail

      • XMLObjectFactoryBean

        public XMLObjectFactoryBean​(org.springframework.core.io.Resource resource)
        Constructor assigning the resource to unmarshall the XMLObject from.
        Parameters:
        resource - the resource
    • Method Detail

      • getObjectType

        public Class<?> getObjectType()
        Specified by:
        getObjectType in interface org.springframework.beans.factory.FactoryBean<XMLObject>
        Specified by:
        getObjectType in class org.springframework.beans.factory.config.AbstractFactoryBean<XMLObject>
      • createInstance

        protected XMLObject createInstance()
                                    throws Exception
        Specified by:
        createInstance in class org.springframework.beans.factory.config.AbstractFactoryBean<XMLObject>
        Throws:
        Exception