org.jboss.soa.esb.listeners.config
Class Action

java.lang.Object
  extended by org.jboss.soa.esb.listeners.config.Action

public class Action
extends java.lang.Object

Common information used to configure an action

Author:
Kevin Conner

Constructor Summary
Action(java.lang.String nameAttribute, java.lang.String classAttribute, java.lang.String processAttribute, java.util.Properties properties)
          Create the common action information.
 
Method Summary
 java.lang.String getClassAttribute()
          Get the action class attribute.
 java.lang.String getNameAttribute()
          Get the action name attribute.
 java.lang.String getProcessAttribute()
          Get the action process attribute.
 java.util.Properties getProperties()
          Get the action properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Action

public Action(java.lang.String nameAttribute,
              java.lang.String classAttribute,
              java.lang.String processAttribute,
              java.util.Properties properties)
Create the common action information.

Parameters:
nameAttribute - The name attribute.
classAttribute - The class attribute.
processAttribute - The process attribute.
properties - The properties.
Method Detail

getNameAttribute

public java.lang.String getNameAttribute()
Get the action name attribute.

Returns:
The name attribute.

getClassAttribute

public java.lang.String getClassAttribute()
Get the action class attribute.

Returns:
The class attribute.

getProcessAttribute

public java.lang.String getProcessAttribute()
Get the action process attribute.

Returns:
The process attribute.

getProperties

public java.util.Properties getProperties()
Get the action properties.

Returns:
The properties.