org.codehaus.xfire.spring
Class XFireConfigLoader
java.lang.Object
org.codehaus.xfire.spring.XFireConfigLoader
public class XFireConfigLoader
- extends java.lang.Object
- Author:
- Tomasz Sztelak, Mika Goeckel
Method Summary |
protected org.codehaus.xfire.spring.GenericApplicationContext |
createContext(ApplicationContext parent)
|
java.io.File |
getBasedir()
|
XFire |
loadConfig(java.lang.String configPath)
|
XFire |
loadConfig(java.lang.String configPath,
ApplicationContext parent)
|
ApplicationContext |
loadContext(java.lang.String configPath,
ApplicationContext parent)
|
void |
setBasedir(java.io.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 java.io.File getBasedir()
setBasedir
public void setBasedir(java.io.File basedir)
loadContext
public ApplicationContext loadContext(java.lang.String configPath,
ApplicationContext parent)
throws XFireException
- Throws:
XFireException
loadConfig
public XFire loadConfig(java.lang.String configPath)
throws XFireException
- Throws:
XFireException
loadConfig
public XFire loadConfig(java.lang.String configPath,
ApplicationContext parent)
throws XFireException
- Throws:
XFireException
createContext
protected org.codehaus.xfire.spring.GenericApplicationContext createContext(ApplicationContext parent)
Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.