Package se.litsec.opensaml.utils.spring
Class XMLObjectFactoryBean
- java.lang.Object
-
- org.springframework.beans.factory.config.AbstractFactoryBean<XMLObject>
-
- se.litsec.opensaml.utils.spring.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 OpenSAMLXMLObject
instances.- Author:
- Martin Lindström (martin.lindstrom@litsec.se)
-
-
Constructor Summary
Constructors Constructor Description XMLObjectFactoryBean(org.springframework.core.io.Resource resource)
Constructor assigning the resource to unmarshall the XMLObject from.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected XMLObject
createInstance()
Class<?>
getObjectType()
-
-
-
Method Detail
-
getObjectType
public Class<?> getObjectType()
-
-