org.codehaus.xfire.spring.config
Class XFireBean
java.lang.Object
org.codehaus.xfire.spring.config.XFireBean
- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
public class XFireBean
- extends Object
- implements org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
- Author:
- Tomasz Sztelak
Field Summary |
protected org.codehaus.xfire.XFire |
xFire
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
xFire
protected org.codehaus.xfire.XFire xFire
XFireBean
public XFireBean()
getFaultHandlers
public List getFaultHandlers()
setFaultHandlers
public void setFaultHandlers(List faultHandlers)
getInHandlers
public List getInHandlers()
setInHandlers
public void setInHandlers(List inHandlers)
getOutHandlers
public List getOutHandlers()
setOutHandlers
public void setOutHandlers(List outHandlers)
getTransports
public List getTransports()
setTransports
public void setTransports(List transports)
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
- Throws:
Exception
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext ctx)
throws org.springframework.beans.BeansException
- Specified by:
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
getProperties
public Map getProperties()
setProperties
public void setProperties(Map properties)
Copyright © 2004-2013. All Rights Reserved.