Spring Integration

Uses of Class
org.springframework.integration.endpoint.AbstractEndpoint

Packages that use AbstractEndpoint
org.springframework.integration.config   
org.springframework.integration.endpoint   
org.springframework.integration.event   
org.springframework.integration.gateway   
org.springframework.integration.http   
org.springframework.integration.httpinvoker   
org.springframework.integration.ip   
org.springframework.integration.ip.tcp   
org.springframework.integration.ip.udp   
org.springframework.integration.jms   
org.springframework.integration.jmx   
org.springframework.integration.mail   
org.springframework.integration.rmi   
org.springframework.integration.test.util   
org.springframework.integration.ws   
org.springframework.integration.xmpp.messages   
org.springframework.integration.xmpp.presence   
 

Uses of AbstractEndpoint in org.springframework.integration.config
 

Methods in org.springframework.integration.config that return AbstractEndpoint
 AbstractEndpoint ConsumerEndpointFactoryBean.getObject()
           
 

Uses of AbstractEndpoint in org.springframework.integration.endpoint
 

Subclasses of AbstractEndpoint in org.springframework.integration.endpoint
 class AbstractPollingEndpoint
           
 class EventDrivenConsumer
          Message Endpoint that connects any MessageHandler implementation to a SubscribableChannel.
 class MessageProducerSupport
          A support class for producer endpoints that provides a setter for the output channel and a convenience method for sending Messages.
 class PollingConsumer
          Message Endpoint that connects any MessageHandler implementation to a PollableChannel.
 class ScheduledMessageProducer
           
 class SourcePollingChannelAdapter
          A Channel Adapter implementation for connecting a MessageSource to a MessageChannel.
 

Uses of AbstractEndpoint in org.springframework.integration.event
 

Subclasses of AbstractEndpoint in org.springframework.integration.event
 class ApplicationEventInboundChannelAdapter
          An inbound Channel Adapter that passes Spring ApplicationEvents within messages.
 

Uses of AbstractEndpoint in org.springframework.integration.gateway
 

Subclasses of AbstractEndpoint in org.springframework.integration.gateway
 class AbstractMessagingGateway
          A convenient base class for connecting application code to MessageChannels for sending, receiving, or request-reply operations.
 class GatewayProxyFactoryBean
          Generates a proxy for the provided service interface to enable interaction with messaging components without application code being aware of them allowing for POJO-style interaction.
 class RemotingInboundGatewaySupport
          Support class for inbound Messaging Gateways.
 class SimpleMessagingGateway
          An implementation of AbstractMessagingGateway that delegates to an InboundMessageMapper and OutboundMessageMapper.
 

Uses of AbstractEndpoint in org.springframework.integration.http
 

Subclasses of AbstractEndpoint in org.springframework.integration.http
 class HttpRequestHandlingController
          Inbound HTTP endpoint that implements Spring's Controller interface to be used with a DispatcherServlet front controller.
 class HttpRequestHandlingMessagingGateway
          Inbound Messaging Gateway that handles HTTP Requests.
 

Uses of AbstractEndpoint in org.springframework.integration.httpinvoker
 

Subclasses of AbstractEndpoint in org.springframework.integration.httpinvoker
 class HttpInvokerInboundGateway
          Deprecated. as of 2.0.x. We recommend using the REST-based HTTP adapters instead.
 

Uses of AbstractEndpoint in org.springframework.integration.ip
 

Subclasses of AbstractEndpoint in org.springframework.integration.ip
 class AbstractInternetProtocolReceivingChannelAdapter
          Base class for inbound TCP/UDP Channel Adapters.
 

Uses of AbstractEndpoint in org.springframework.integration.ip.tcp
 

Subclasses of AbstractEndpoint in org.springframework.integration.ip.tcp
 class AbstractTcpReceivingChannelAdapter
          Abstract class for tcp/ip incoming channel adapters.
 class SimpleTcpNetInboundGateway
          Simple implementation of a TCP/IP inbound gateway; uses Socket and socket reader thread hangs on receive for response; therefore no multiplexing of incoming messages is supported.
 class TcpNetReceivingChannelAdapter
          Tcp Receiving Channel adapter that uses a Socket.
 class TcpNioReceivingChannelAdapter
          Tcp Receiving Channel adapter that uses a SocketChannel.
 class TcpReceivingChannelAdapter
          Tcp inbound channel adapter using a TcpConnection to receive data - if the connection factory is a server factory, this Listener owns the connections.
 

Uses of AbstractEndpoint in org.springframework.integration.ip.udp
 

Subclasses of AbstractEndpoint in org.springframework.integration.ip.udp
 class MulticastReceivingChannelAdapter
          Channel adapter that joins a multicast group and receives incoming packets and sends them to an output channel.
 class UnicastReceivingChannelAdapter
          A channel adapter to receive incoming UDP packets.
 

Uses of AbstractEndpoint in org.springframework.integration.jms
 

Subclasses of AbstractEndpoint in org.springframework.integration.jms
 class ChannelPublishingJmsMessageListener
          JMS MessageListener that converts a JMS Message into a Spring Integration Message and sends that Message to a channel.
 class JmsMessageDrivenEndpoint
          A message-driven endpoint that receive JMS messages, converts them into Spring Integration Messages, and then sends the result to a channel.
 

Uses of AbstractEndpoint in org.springframework.integration.jmx
 

Subclasses of AbstractEndpoint in org.springframework.integration.jmx
 class NotificationListeningMessageProducer
          A JMX NotificationListener implementation that will send Messages containing the JMX Notification instances as their payloads.
 

Uses of AbstractEndpoint in org.springframework.integration.mail
 

Subclasses of AbstractEndpoint in org.springframework.integration.mail
 class ImapIdleChannelAdapter
          An event-driven Channel Adapter that receives mail messages from a mail server that supports the IMAP "idle" command (see RFC 2177).
 

Uses of AbstractEndpoint in org.springframework.integration.rmi
 

Subclasses of AbstractEndpoint in org.springframework.integration.rmi
 class RmiInboundGateway
          An inbound Messaging Gateway for RMI-based remoting.
 

Uses of AbstractEndpoint in org.springframework.integration.test.util
 

Methods in org.springframework.integration.test.util with parameters of type AbstractEndpoint
 void TestUtils.TestApplicationContext.registerEndpoint(String endpointName, AbstractEndpoint endpoint)
           
 

Uses of AbstractEndpoint in org.springframework.integration.ws
 

Subclasses of AbstractEndpoint in org.springframework.integration.ws
 class SimpleWebServiceInboundGateway
           
 

Uses of AbstractEndpoint in org.springframework.integration.xmpp.messages
 

Subclasses of AbstractEndpoint in org.springframework.integration.xmpp.messages
 class XmppMessageDrivenEndpoint
          This component logs in as a user and forwards any messages to that user on to downstream components.
 

Uses of AbstractEndpoint in org.springframework.integration.xmpp.presence
 

Subclasses of AbstractEndpoint in org.springframework.integration.xmpp.presence
 class XmppRosterEventMessageDrivenEndpoint
          Describes an endpoint that is able to login as usual with a XmppConnectionFactory and then emit Messages when a particular event happens to the logged in users Roster.
 


Spring Integration

Copyright © 2010. All Rights Reserved.