org.jvnet.hyperjaxb3.beans.factory
Class UnmarshalledResourceFactoryBean
java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean
org.jvnet.hyperjaxb3.beans.factory.UnmarshalledResourceFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
public class UnmarshalledResourceFactoryBean
- extends org.springframework.beans.factory.config.AbstractFactoryBean
| Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
logger |
| Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
afterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, setBeanFactory, setSingleton |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnmarshalledResourceFactoryBean
public UnmarshalledResourceFactoryBean()
getContext
public javax.xml.bind.JAXBContext getContext()
setContext
public void setContext(javax.xml.bind.JAXBContext context)
getResource
public org.springframework.core.io.Resource getResource()
setResource
public void setResource(org.springframework.core.io.Resource resource)
getObjectType
public Class getObjectType()
- Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean- Specified by:
getObjectType in class org.springframework.beans.factory.config.AbstractFactoryBean
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean- Overrides:
isSingleton in class org.springframework.beans.factory.config.AbstractFactoryBean
createInstance
protected Object createInstance()
throws Exception
- Specified by:
createInstance in class org.springframework.beans.factory.config.AbstractFactoryBean
- Throws:
Exception
Copyright © 2005-2011. All Rights Reserved.