Class ErrorCapableEndpointNode
java.lang.Object
org.springframework.integration.graph.IntegrationNode
org.springframework.integration.graph.EndpointNode
org.springframework.integration.graph.ErrorCapableEndpointNode
- All Implemented Interfaces:
ErrorCapableNode
- Direct Known Subclasses:
MessageGatewayNode
,MessageProducerNode
,MessageSourceNode
Represents nodes that can natively handle errors.
- Since:
- 4.3
- Author:
- Gary Russell
-
Constructor Summary
ModifierConstructorDescriptionprotected
ErrorCapableEndpointNode
(int nodeId, String name, Object nodeObject, String output, String errors) -
Method Summary
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
-
ErrorCapableEndpointNode
-
-
Method Details
-
getErrors
- Specified by:
getErrors
in interfaceErrorCapableNode
-