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
ConstructorsModifierConstructorDescriptionprotectedErrorCapableEndpointNode(int nodeId, String name, Object nodeObject, String output, String errors)  - 
Method Summary
Methods inherited from class org.springframework.integration.graph.EndpointNode
getOutputMethods 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:
 getErrorsin interfaceErrorCapableNode
 
 -