org.jvnet.hyperjaxb3.beans.factory
Class JAXBContextFactoryBean
java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean
org.jvnet.hyperjaxb3.beans.factory.JAXBContextFactoryBean
- 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 JAXBContextFactoryBean
- 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 |
JAXBContextFactoryBean
public JAXBContextFactoryBean()
getContextPath
public String getContextPath()
setContextPath
public void setContextPath(String contextPath)
getClassLoader
public ClassLoader getClassLoader()
setClassLoader
public void setClassLoader(ClassLoader classLoader)
getProperties
public Map<String,?> getProperties()
setProperties
public void setProperties(Map<String,?> properties)
createInstance
protected Object createInstance()
throws Exception
- Specified by:
createInstance in class org.springframework.beans.factory.config.AbstractFactoryBean
- Throws:
Exception
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
Copyright © 2005-2014. All Rights Reserved.