org.codehaus.xfire.spring.config
Class HandlerFactory
java.lang.Object
org.codehaus.xfire.spring.config.HandlerFactory
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
public class HandlerFactory
- extends Object
- implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
- Author:
- Tomasz Sztelak
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HandlerFactory
public HandlerFactory()
getBefore
public Collection getBefore()
setBefore
public void setBefore(Collection before)
- Parameters:
before
-
getAfter
public Collection getAfter()
setAfter
public void setAfter(Collection after)
getHandlerClass
public Class getHandlerClass()
- Returns:
setHandlerClass
public void setHandlerClass(Class handlerClass)
- Parameters:
handlerClass
-
getObject
public Object getObject()
throws Exception
- Specified by:
getObject
in interface org.springframework.beans.factory.FactoryBean
- Throws:
Exception
getObjectType
public Class getObjectType()
- Specified by:
getObjectType
in interface org.springframework.beans.factory.FactoryBean
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface org.springframework.beans.factory.FactoryBean
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
- Throws:
Exception
Copyright © 2004-2013. All Rights Reserved.