|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.soa.esb.schedule.RedeliverEventMessageComposer
public class RedeliverEventMessageComposer
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jboss.soa.esb.listeners.ScheduledEventMessageComposer |
|---|
ScheduledEventMessageComposer.Factory |
| Constructor Summary | |
|---|---|
RedeliverEventMessageComposer()
|
|
| Method Summary | |
|---|---|
Message |
composeMessage()
Compose an ESB "aware" message. |
void |
initialize(ConfigTree config)
Initialize. |
Message |
onProcessingComplete(Message message)
Called by the ScheduledEventListener after processing of the
Message has completed. |
void |
uninitialize()
Uninitialize. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RedeliverEventMessageComposer()
| Method Detail |
|---|
public Message composeMessage()
throws SchedulingException
ScheduledEventMessageComposerScheduledEventListener.onSchedule() method.
composeMessage in interface ScheduledEventMessageComposerSchedulingException - Failed to compose message on scheduled event.
public void initialize(ConfigTree config)
throws ConfigurationException
Initializable
initialize in interface Initializableconfig - The configuration.
ConfigurationException
public Message onProcessingComplete(Message message)
throws SchedulingException
ScheduledEventMessageComposerScheduledEventListener after processing of the
Message has completed.
This event can be used to perform any necessary cleanup processing for the Message instance etc.
onProcessingComplete in interface ScheduledEventMessageComposermessage - ESB aware message instance to be decomposed.
SchedulingException - Error while processing the onProcessingComplete event.public void uninitialize()
Initializable
uninitialize in interface Initializable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||