|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.soa.esb.actions.ActionUtils
public class ActionUtils
Contains utility methods for actions
Field Summary | |
---|---|
static java.lang.String |
POST_ACTION_DATA
Deprecated. |
static java.lang.String |
PRE_ACTION_DATA
Deprecated. |
Constructor Summary | |
---|---|
ActionUtils()
|
Method Summary | |
---|---|
static void |
copyCurrentToPrevious(Message message)
Deprecated. use BEFORE_ACTION and CURRENT_ACTION instead. |
static NotificationList |
getNotifyList(ConfigTree tree,
java.lang.String type)
|
static java.lang.Object |
getTaskBeforeObject(Message message)
Deprecated. use get(BEFORE_ACTION) on Body instead. |
static java.lang.Object |
getTaskObject(Message message)
Deprecated. use get(POST_ACTION_DATA) on Body instead. |
static java.lang.Object |
setTaskObject(Message message,
java.lang.Object obj)
Deprecated. use set(POST_ACTION_DATA) instead. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
@Deprecated public static final java.lang.String PRE_ACTION_DATA
@Deprecated public static final java.lang.String POST_ACTION_DATA
Constructor Detail |
---|
public ActionUtils()
Method Detail |
---|
public static java.lang.Object getTaskObject(Message message)
message
- - from where to obtain the 'current object'
public static java.lang.Object getTaskBeforeObject(Message message)
message
- - from where to obtain the value
public static void copyCurrentToPrevious(Message message)
message
- public static java.lang.Object setTaskObject(Message message, java.lang.Object obj)
message
- - to operate onobj
- - Object to store - Won't be stored if <null>
public static NotificationList getNotifyList(ConfigTree tree, java.lang.String type)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |