|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.integration.channel.AbstractMessageChannel
org.springframework.integration.channel.QueueChannel
org.springframework.integration.channel.RendezvousChannel
org.springframework.integration.bus.DefaultErrorChannel
public class DefaultErrorChannel
The default error channel implementation used by the MessageBus
.
Nested Class Summary | |
---|---|
private class |
DefaultErrorChannel.ErrorLoggingInterceptor
|
Field Summary | |
---|---|
private org.apache.commons.logging.Log |
logger
|
Fields inherited from class org.springframework.integration.channel.QueueChannel |
---|
DEFAULT_CAPACITY |
Constructor Summary | |
---|---|
DefaultErrorChannel()
|
Method Summary |
---|
Methods inherited from class org.springframework.integration.channel.QueueChannel |
---|
clear, doReceive, doSend, purge |
Methods inherited from class org.springframework.integration.channel.AbstractMessageChannel |
---|
addInterceptor, getName, receive, receive, send, send, setBeanName, setInterceptors, setName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private final org.apache.commons.logging.Log logger
Constructor Detail |
---|
public DefaultErrorChannel()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |