org.codehaus.xfire.spring.config
Class HandlerFactory

java.lang.Object
  extended by org.codehaus.xfire.spring.config.HandlerFactory

public class HandlerFactory
extends java.lang.Object

Author:
Tomasz Sztelak

Constructor Summary
HandlerFactory()
           
 
Method Summary
 void afterPropertiesSet()
           
 java.util.Collection getAfter()
           
 java.util.Collection getBefore()
           
 java.lang.Class getHandlerClass()
           
 java.lang.Object getObject()
           
 java.lang.Class getObjectType()
           
 boolean isSingleton()
           
 void setAfter(java.util.Collection after)
           
 void setBefore(java.util.Collection before)
           
 void setHandlerClass(java.lang.Class handlerClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerFactory

public HandlerFactory()
Method Detail

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
Throws:
java.lang.Exception

getObjectType

public java.lang.Class getObjectType()

isSingleton

public boolean isSingleton()

afterPropertiesSet

public void afterPropertiesSet()
                        throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.