|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.soa.esb.actions.ActionDefinitionFactory
public class ActionDefinitionFactory
Action Definition Factory.
Note, much of the logic in this class could easily be replaced through the use of an IoC container.
| Constructor Summary | |
|---|---|
ActionDefinitionFactory(ConfigTree config)
Construct a factory instance. |
|
| Method Summary | |
|---|---|
ActionDefinition |
getInstance(java.lang.String actionName)
Get the action definition for the specified action name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActionDefinitionFactory(ConfigTree config)
throws ConfigurationException
config - ActionDefinition configuration.
ConfigurationException - Invalid configuration.| Method Detail |
|---|
public ActionDefinition getInstance(java.lang.String actionName)
actionName - The action name.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||