org.springframework.integration.endpoint
Class OutboundChannelAdapter

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

public class OutboundChannelAdapter
extends AbstractEndpoint

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

Author:
Mark Fisher

Field Summary
 
Fields inherited from class org.springframework.integration.endpoint.AbstractEndpoint
logger
 
Constructor Summary
OutboundChannelAdapter()
           
 
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

OutboundChannelAdapter

public OutboundChannelAdapter()
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)