|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.soa.esb.actions.ActionDefinition
public class ActionDefinition
Action Definition.
An Action is defined by "name", an action "processor" instance to perform the processing action, plus properties to the processing action to be supplued to the processor instance.
| Constructor Summary | |
|---|---|
protected |
ActionDefinition(java.lang.String name,
java.lang.String processor,
java.util.List<KeyValuePair> properties)
Private constructor. |
| Method Summary | |
|---|---|
java.lang.String |
getName()
Get the action name. |
ActionProcessor |
getProcessor()
Get the action processor instance. |
java.util.List<KeyValuePair> |
getProperties()
Get the action properties to be supplied to the action processor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ActionDefinition(java.lang.String name,
java.lang.String processor,
java.util.List<KeyValuePair> properties)
name - The action name.processor - The action processor runtime class.properties - Action properties list. An empty list for an action with no defined properties.| Method Detail |
|---|
public java.lang.String getName()
public ActionProcessor getProcessor()
public java.util.List<KeyValuePair> getProperties()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||