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 SummaryConstructorsModifierConstructorDescriptionprotectedErrorCapableEndpointNode(int nodeId, String name, Object nodeObject, String output, String errors) 
- 
Method SummaryMethods inherited from class org.springframework.integration.graph.EndpointNodegetOutputMethods inherited from class org.springframework.integration.graph.IntegrationNodeaddProperties, addProperty, getComponentType, getIntegrationPatternCategory, getIntegrationPatternType, getName, getNodeId, getProperties, isObserved
- 
Constructor Details- 
ErrorCapableEndpointNode
 
- 
- 
Method Details- 
getErrors- Specified by:
- getErrorsin interface- ErrorCapableNode
 
 
-