Class MessageGatewayNode
java.lang.Object
org.springframework.integration.graph.IntegrationNode
org.springframework.integration.graph.EndpointNode
org.springframework.integration.graph.ErrorCapableEndpointNode
org.springframework.integration.graph.MessageGatewayNode
- All Implemented Interfaces:
ErrorCapableNode
Represents an inbound gateway.
- Since:
- 4.3
- Author:
- Gary Russell
-
Constructor Summary
ConstructorDescriptionMessageGatewayNode
(int nodeId, String name, MessagingGatewaySupport gateway, String output, String errors) -
Method Summary
Methods inherited from class org.springframework.integration.graph.ErrorCapableEndpointNode
getErrors
Methods inherited from class org.springframework.integration.graph.EndpointNode
getOutput
Methods inherited from class org.springframework.integration.graph.IntegrationNode
addProperties, addProperty, getComponentType, getIntegrationPatternCategory, getIntegrationPatternType, getName, getNodeId, getProperties, isObserved
-
Constructor Details
-
MessageGatewayNode
public MessageGatewayNode(int nodeId, String name, MessagingGatewaySupport gateway, String output, String errors)
-