|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.soa.esb.services.jbpm.actions.JBpmCallback
public class JBpmCallback
Field Summary | |
---|---|
protected ConfigTree |
configTree
|
static java.lang.String |
JBPM_CALL_BACK_SERVICE_NAME
|
Constructor Summary | |
---|---|
JBpmCallback(ConfigTree configTree)
|
Method Summary | |
---|---|
void |
destroy()
Destroy the action instance. |
void |
initialise()
Initialise the action instance. |
Message |
process(Message message)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String JBPM_CALL_BACK_SERVICE_NAME
protected ConfigTree configTree
Constructor Detail |
---|
public JBpmCallback(ConfigTree configTree) throws ConfigurationException
ConfigurationException
Method Detail |
---|
public void destroy() throws ActionLifecycleException
ActionLifecycle
destroy
in interface ActionLifecycle
ActionLifecycleException
public void initialise() throws ActionLifecycleException
ActionLifecycle
initialise
in interface ActionLifecycle
ActionLifecycleException
- for errors during initialisation.public Message process(Message message) throws ConfigurationException
message
-
ActionProcessingException
ConfigurationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |