Spring Integration

org.springframework.integration.context
Interface NamedComponent

All Known Subinterfaces:
TrackableComponent
All Known Implementing Classes:
AbstractChannelNameResolvingMessageRouter, AbstractEndpoint, AbstractEventDrivenFileMonitor, AbstractInboundRemoteFileSystemSychronizer, AbstractInboundRemoteFileSystemSynchronizingMessageSource, AbstractInboundTwitterEndpointSupport, AbstractInboundTwitterStatusEndpointSupport, AbstractInternetProtocolReceivingChannelAdapter, AbstractInternetProtocolSendingMessageHandler, AbstractJmsTemplateBasedAdapter, AbstractMessageChannel, AbstractMessageHandler, AbstractMessageRouter, AbstractMessageSplitter, AbstractOutboundTwitterEndpointSupport, AbstractPollableChannel, AbstractPollingEndpoint, AbstractRemotingOutboundGateway, AbstractReplyProducingMessageHandler, AbstractSingleChannelNameRouter, AbstractSingleChannelRouter, AbstractSubscribableChannel, AbstractWebServiceOutboundGateway, AbstractXPathRouter, ApplicationEventInboundChannelAdapter, ApplicationEventPublishingMessageHandler, BridgeHandler, ByteStreamWritingMessageHandler, ChannelPublishingJmsMessageListener, CharacterStreamWritingMessageHandler, CorrelatingMessageBarrier, CorrelatingMessageHandler, DefaultMessageSplitter, DelayHandler, DirectChannel, DirectedEventDrivenFileMonitor, ErrorMessageExceptionTypeRouter, EventDrivenConsumer, ExecutorChannel, ExpressionEvaluatingRouter, ExpressionEvaluatingSplitter, FileWritingMessageHandler, FtpInboundRemoteFileSystemSynchronizer, FtpInboundRemoteFileSystemSynchronizingMessageSource, GatewayProxyFactoryBean, HeaderValueRouter, HttpInvokerInboundGateway, HttpInvokerOutboundGateway, HttpRequestExecutingMessageHandler, HttpRequestHandlingController, HttpRequestHandlingMessagingGateway, ImapIdleChannelAdapter, InboundDMStatusEndpoint, InboundMentionStatusEndpoint, InboundUpdatedStatusEndpoint, IntegrationObjectSupport, JdbcMessageHandler, JdbcOutboundGateway, JmsDestinationPollingSource, JmsMessageDrivenEndpoint, JmsOutboundGateway, JmsSendingMessageHandler, LoggingHandler, MailSendingMessageHandler, MarshallingWebServiceOutboundGateway, MessageFilter, MessageHandlerChain, MessageProducerSupport, MessageSendingFileAdditionListener, MessageTransformingHandler, MessagingGatewaySupport, MethodInvokingRouter, MethodInvokingSplitter, MulticastReceivingChannelAdapter, MulticastSendingMessageHandler, NotificationListeningMessageProducer, NotificationPublishingMessageHandler, OperationInvokingMessageHandler, OutboundDMStatusMessageHandler, OutboundUpdatedStatusMessageHandler, PayloadTypeRouter, PollingConsumer, PriorityChannel, PublishSubscribeChannel, QueueChannel, RecipientListRouter, RemotingInboundGatewaySupport, RendezvousChannel, RmiInboundGateway, RmiOutboundGateway, ScheduledMessageProducer, ServiceActivatingHandler, SftpInboundRemoteFileSystemSynchronizer, SftpInboundRemoteFileSystemSynchronizingMessageSource, SimpleWebServiceInboundGateway, SimpleWebServiceOutboundGateway, SourcePollingChannelAdapter, TcpInboundGateway, TcpOutboundGateway, TcpReceivingChannelAdapter, TcpSendingMessageHandler, UnicastReceivingChannelAdapter, UnicastSendingMessageHandler, XmlPayloadValidatingRouter, XmppMessageDrivenEndpoint, XmppMessageSendingMessageHandler, XmppRosterEventMessageDrivenEndpoint, XmppRosterEventMessageSendingHandler, XPathMessageSplitter, XPathMultiChannelRouter, XPathSingleChannelRouter

public interface NamedComponent

Since:
2.0
Author:
Mark Fisher

Method Summary
 String getComponentName()
           
 String getComponentType()
           
 

Method Detail

getComponentName

String getComponentName()

getComponentType

String getComponentType()

Spring Integration

Copyright © 2010. All Rights Reserved.