public abstract class ChannelRegistrySupport extends java.lang.Object implements ChannelRegistry, org.springframework.beans.factory.BeanClassLoaderAware
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.logging.Log |
logger |
protected static java.lang.String |
ORIGINAL_CONTENT_TYPE_HEADER |
protected static java.lang.String |
XD_JSON_OCTET_STREAM_VALUE |
protected static java.lang.String |
XD_OCTET_STREAM_VALUE |
protected static java.lang.String |
XD_TEXT_PLAIN_UTF8_VALUE |
Constructor and Description |
---|
ChannelRegistrySupport() |
Modifier and Type | Method and Description |
---|---|
void |
setBeanClassLoader(java.lang.ClassLoader classLoader) |
void |
setConversionService(org.springframework.core.convert.ConversionService conversionService) |
protected org.springframework.integration.Message<?> |
transformInboundIfNecessary(org.springframework.integration.Message<?> message,
java.util.Collection<org.springframework.http.MediaType> acceptedMediaTypes) |
protected org.springframework.integration.Message<?> |
transformOutboundIfNecessary(org.springframework.integration.Message<?> message,
org.springframework.http.MediaType to) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createInbound, createOutbound, deleteInbound, deleteOutbound, tap
protected final org.apache.commons.logging.Log logger
protected static final java.lang.String XD_JSON_OCTET_STREAM_VALUE
protected static final java.lang.String XD_TEXT_PLAIN_UTF8_VALUE
protected static final java.lang.String XD_OCTET_STREAM_VALUE
protected static final java.lang.String ORIGINAL_CONTENT_TYPE_HEADER
public void setConversionService(org.springframework.core.convert.ConversionService conversionService)
public void setBeanClassLoader(java.lang.ClassLoader classLoader)
setBeanClassLoader
in interface org.springframework.beans.factory.BeanClassLoaderAware
protected final org.springframework.integration.Message<?> transformOutboundIfNecessary(org.springframework.integration.Message<?> message, org.springframework.http.MediaType to)
protected final org.springframework.integration.Message<?> transformInboundIfNecessary(org.springframework.integration.Message<?> message, java.util.Collection<org.springframework.http.MediaType> acceptedMediaTypes)