org.springframework.integration.endpoint
Class InboundChannelAdapter

java.lang.Object
  extended by org.springframework.integration.endpoint.AbstractEndpoint
      extended by org.springframework.integration.endpoint.InboundChannelAdapter
All Implemented Interfaces:
org.springframework.beans.factory.BeanNameAware, MessageEndpoint, MessageTarget

public class InboundChannelAdapter
extends AbstractEndpoint

A Channel Adapter implementation for connecting a MessageSource to a MessageChannel.

Author:
Mark Fisher

Field Summary
 
Fields inherited from class org.springframework.integration.endpoint.AbstractEndpoint
logger
 
Constructor Summary
InboundChannelAdapter()
           
 
Method Summary
 java.lang.String getInputChannelName()
           
 java.lang.String getOutputChannelName()
           
protected  boolean sendInternal(Message<?> message)
           
 void setInputChannelName(java.lang.String inputChannelName)
           
 
Methods inherited from class org.springframework.integration.endpoint.AbstractEndpoint
getMessageExchangeTemplate, getName, getSchedule, getSource, getTarget, send, setBeanName, setErrorHandler, setSchedule, setSource, setTarget, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InboundChannelAdapter

public InboundChannelAdapter()
Method Detail

sendInternal

protected boolean sendInternal(Message<?> message)
Specified by:
sendInternal in class AbstractEndpoint

getInputChannelName

public java.lang.String getInputChannelName()

getOutputChannelName

public java.lang.String getOutputChannelName()

setInputChannelName

public void setInputChannelName(java.lang.String inputChannelName)