org.codehaus.xfire.spring
Class XFireConfigLoader
java.lang.Object
org.codehaus.xfire.spring.XFireConfigLoader
public class XFireConfigLoader
- extends Object
- Author:
- Tomasz Sztelak, Mika Goeckel
Method Summary |
protected org.springframework.context.support.GenericApplicationContext |
createContext(org.springframework.context.ApplicationContext parent)
|
File |
getBasedir()
|
org.codehaus.xfire.XFire |
loadConfig(String configPath)
|
org.codehaus.xfire.XFire |
loadConfig(String configPath,
org.springframework.context.ApplicationContext parent)
|
org.springframework.context.ApplicationContext |
loadContext(String configPath,
org.springframework.context.ApplicationContext parent)
|
void |
setBasedir(File basedir)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XFireConfigLoader
public XFireConfigLoader()
getBasedir
public File getBasedir()
setBasedir
public void setBasedir(File basedir)
loadContext
public org.springframework.context.ApplicationContext loadContext(String configPath,
org.springframework.context.ApplicationContext parent)
throws org.codehaus.xfire.XFireException
- Throws:
org.codehaus.xfire.XFireException
loadConfig
public org.codehaus.xfire.XFire loadConfig(String configPath)
throws org.codehaus.xfire.XFireException
- Throws:
org.codehaus.xfire.XFireException
loadConfig
public org.codehaus.xfire.XFire loadConfig(String configPath,
org.springframework.context.ApplicationContext parent)
throws org.codehaus.xfire.XFireException
- Throws:
org.codehaus.xfire.XFireException
createContext
protected org.springframework.context.support.GenericApplicationContext createContext(org.springframework.context.ApplicationContext parent)
Copyright © 2004-2013. All Rights Reserved.