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 adapters.
Inbound channel adapters for TCP Support.
Base package for JMS Support.
Inbound channel adapters for JMS.
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.
Inbound Web Service components.
-
Uses of MessagingGatewaySupport in org.springframework.integration.amqp.inbound
Subclasses of MessagingGatewaySupport in org.springframework.integration.amqp.inboundModifier and TypeClassDescriptionclass
AMessagingGatewaySupport
implementation for AMQP 1.0 client.class
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, @Nullable String output, @Nullable 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
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of MessagingGatewaySupport in org.springframework.integration.ip.tcp.inbound
Subclasses of MessagingGatewaySupport in org.springframework.integration.ip.tcp.inboundModifier 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
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofJmsInboundGateway
-
Uses of MessagingGatewaySupport in org.springframework.integration.jms.inbound
Subclasses of MessagingGatewaySupport in org.springframework.integration.jms.inboundModifier 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
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofAbstractWebServiceInboundGateway
class
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofMarshallingWebServiceInboundGateway
class
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofSimpleWebServiceInboundGateway
-
Uses of MessagingGatewaySupport in org.springframework.integration.ws.inbound
Subclasses of MessagingGatewaySupport in org.springframework.integration.ws.inboundModifier and TypeClassDescriptionclass
class
class
TcpInboundGateway