org.springmodules.commons.chain
Class ChainFactoryBean

java.lang.Object
  extended by AbstractFactoryBean
      extended by org.springmodules.commons.chain.ChainFactoryBean

public class ChainFactoryBean
extends AbstractFactoryBean

Simple FactoryBean used for simplifying configuring a catalog inside a Spring XML configuration.

Author:
Costin Leau

Constructor Summary
ChainFactoryBean()
           
 
Method Summary
 void afterPropertiesSet()
           
protected  java.lang.Object createInstance()
           
 Command[] getCommands()
           
 java.lang.Class getObjectType()
           
 void setCommands(Command[] commands)
          Set the commands that have to be configured for this catalog.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChainFactoryBean

public ChainFactoryBean()
Method Detail

createInstance

protected java.lang.Object createInstance()
                                   throws java.lang.Exception
Throws:
java.lang.Exception

getObjectType

public java.lang.Class getObjectType()

afterPropertiesSet

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

getCommands

public Command[] getCommands()

setCommands

public void setCommands(Command[] commands)
Set the commands that have to be configured for this catalog.

Parameters:
commands -


Copyright © 2005. All Rights Reserved.