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 java.lang.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 java.util.Collection getBefore()
setBefore
public void setBefore(java.util.Collection before)
- Parameters:
before
-
getAfter
public java.util.Collection getAfter()
setAfter
public void setAfter(java.util.Collection after)
getHandlerClass
public java.lang.Class getHandlerClass()
- Returns:
setHandlerClass
public void setHandlerClass(java.lang.Class handlerClass)
- Parameters:
handlerClass
-
getObject
public java.lang.Object getObject()
throws java.lang.Exception
- Specified by:
getObject
in interface org.springframework.beans.factory.FactoryBean
- Throws:
java.lang.Exception
getObjectType
public java.lang.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 java.lang.Exception
- Specified by:
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
- Throws:
java.lang.Exception
Copyright © 2004-2008. All Rights Reserved.