org.mule.module.xml.config
Class JaxbContextFactoryBean

java.lang.Object
  extended by org.springframework.beans.factory.config.AbstractFactoryBean<JAXBContext>
      extended by org.mule.module.xml.config.JaxbContextFactoryBean
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<JAXBContext>, org.springframework.beans.factory.InitializingBean

public class JaxbContextFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean<JAXBContext>

TODO


Field Summary
 
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
logger
 
Constructor Summary
JaxbContextFactoryBean()
           
 
Method Summary
protected  JAXBContext createInstance()
           
 String getName()
           
 Class<?> getObjectType()
           
 String getPackageNames()
           
 void setName(String name)
           
 void setPackageNames(String packageNames)
           
 
Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
afterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxbContextFactoryBean

public JaxbContextFactoryBean()
Method Detail

getObjectType

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

createInstance

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

getPackageNames

public String getPackageNames()

setPackageNames

public void setPackageNames(String packageNames)

getName

public String getName()

setName

public void setName(String name)


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.