|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.integration.scheduling.MessagePublishingErrorHandler
public class MessagePublishingErrorHandler
ErrorHandler
implementation that sends an ErrorMessage
to a
MessageChannel
.
Constructor Summary | |
---|---|
MessagePublishingErrorHandler()
|
|
MessagePublishingErrorHandler(MessageChannel errorChannel)
|
Method Summary | |
---|---|
void |
handle(java.lang.Throwable t)
|
void |
setErrorChannel(MessageChannel errorChannel)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessagePublishingErrorHandler()
public MessagePublishingErrorHandler(MessageChannel errorChannel)
Method Detail |
---|
public void setErrorChannel(MessageChannel errorChannel)
public void handle(java.lang.Throwable t)
handle
in interface ErrorHandler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |