Uses of Class
org.springframework.integration.gateway.MessagingGatewaySupport
Packages that use MessagingGatewaySupport
Package
Description
Provides classes supporting inbound endpoints.
Root package of the Spring Integration Java DSL.
Provides classes supporting messaging gateways.
Provides classes related to the runtime object graph.
Provides classes supporting inbound endpoints.
Base package for TCP Support.
Base package for JMS Support.
Provides Spring Integration inbound components for Apache Kafka.
Provides classes supporting inbound endpoints.
Provides classes representing inbound RSocket components.
Provides classes supporting inbound endpoints.
Provides several inbound and outbound Web Service components.
-
Uses of MessagingGatewaySupport in org.springframework.integration.amqp.inbound
Subclasses of MessagingGatewaySupport in org.springframework.integration.amqp.inboundModifier and TypeClassDescriptionclass
Adapter that receives Messages from an AMQP Queue, converts them into Spring Integration Messages, and sends the results to a Message Channel. -
Uses of MessagingGatewaySupport in org.springframework.integration.dsl
Classes in org.springframework.integration.dsl with type parameters of type MessagingGatewaySupportModifier and TypeClassDescriptionclass
MessagingGatewaySpec<S extends MessagingGatewaySpec<S,
G>, G extends MessagingGatewaySupport> Methods in org.springframework.integration.dsl with parameters of type MessagingGatewaySupportModifier and TypeMethodDescriptionstatic IntegrationFlowBuilder
IntegrationFlow.from
(MessagingGatewaySupport inboundGateway) Populate the providedMessagingGatewaySupport
object to theIntegrationFlowBuilder
chain.protected IntegrationFlowDefinition<?>
IntegrationFlowAdapter.from
(MessagingGatewaySupport inboundGateway) -
Uses of MessagingGatewaySupport in org.springframework.integration.gateway
Methods in org.springframework.integration.gateway that return types with arguments of type MessagingGatewaySupportModifier and TypeMethodDescriptionGatewayProxyFactoryBean.getGateways()
Return the Map ofMethod
toMessagingGatewaySupport
generated by this factory bean. -
Uses of MessagingGatewaySupport in org.springframework.integration.graph
Constructors in org.springframework.integration.graph with parameters of type MessagingGatewaySupportModifierConstructorDescriptionMessageGatewayNode
(int nodeId, String name, MessagingGatewaySupport gateway, String output, String errors) -
Uses of MessagingGatewaySupport in org.springframework.integration.http.inbound
Subclasses of MessagingGatewaySupport in org.springframework.integration.http.inboundModifier and TypeClassDescriptionclass
TheMessagingGatewaySupport
extension for HTTP Inbound endpoints with basic properties.class
Inbound HTTP endpoint that implements Spring'sController
interface to be used with a DispatcherServlet front controller.class
Base class for HTTP request handling endpoints.class
Inbound Messaging Gateway that handles HTTP Requests. -
Uses of MessagingGatewaySupport in org.springframework.integration.ip.tcp
Subclasses of MessagingGatewaySupport in org.springframework.integration.ip.tcpModifier and TypeClassDescriptionclass
Inbound Gateway using a server connection factory - threading is controlled by the factory. -
Uses of MessagingGatewaySupport in org.springframework.integration.jms
Subclasses of MessagingGatewaySupport in org.springframework.integration.jmsModifier and TypeClassDescriptionclass
A wrapper around theJmsMessageDrivenEndpoint
implementingMessagingGatewaySupport
. -
Uses of MessagingGatewaySupport in org.springframework.integration.kafka.inbound
Subclasses of MessagingGatewaySupport in org.springframework.integration.kafka.inbound -
Uses of MessagingGatewaySupport in org.springframework.integration.redis.inbound
Subclasses of MessagingGatewaySupport in org.springframework.integration.redis.inbound -
Uses of MessagingGatewaySupport in org.springframework.integration.rsocket.inbound
Subclasses of MessagingGatewaySupport in org.springframework.integration.rsocket.inboundModifier and TypeClassDescriptionclass
TheMessagingGatewaySupport
implementation for theIntegrationRSocketEndpoint
. -
Uses of MessagingGatewaySupport in org.springframework.integration.webflux.inbound
Subclasses of MessagingGatewaySupport in org.springframework.integration.webflux.inboundModifier and TypeClassDescriptionclass
AMessagingGatewaySupport
implementation for Spring WebFlux HTTP requests execution. -
Uses of MessagingGatewaySupport in org.springframework.integration.ws
Subclasses of MessagingGatewaySupport in org.springframework.integration.wsModifier and TypeClassDescriptionclass
class
class