Class UntilSuccessfulTypeResolver
java.lang.Object
org.mule.datasense.impl.phases.typing.resolver.BaseTypeResolver
org.mule.datasense.impl.phases.typing.resolver.StructuralNodeTypeResolver
org.mule.datasense.impl.phases.typing.resolver.ScopeTypeResolver
org.mule.datasense.impl.phases.typing.resolver.UntilSuccessfulTypeResolver
- All Implemented Interfaces:
TypeResolver
-
Nested Class Summary
Nested classes/interfaces inherited from class org.mule.datasense.impl.phases.typing.resolver.ScopeTypeResolver
ScopeTypeResolver.ScopeIn, ScopeTypeResolver.ScopeOut -
Field Summary
Fields inherited from class org.mule.datasense.impl.phases.typing.resolver.BaseTypeResolver
targetProcessingSupport -
Constructor Summary
ConstructorsConstructorDescriptionUntilSuccessfulTypeResolver(org.mule.runtime.api.component.ComponentIdentifier componentIdentiferScopeIn, org.mule.runtime.api.component.ComponentIdentifier componentIdentiferScopeOut) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisPropagates(MessageProcessorNode messageProcessorNode) Methods inherited from class org.mule.datasense.impl.phases.typing.resolver.ScopeTypeResolver
getComponentIdentiferScopeIn, getComponentIdentiferScopeOut, getComponentModelType, getParseProvider, getScopeInMessageProcessorNode, getScopeOutMessageProcessorNode, isScope, resolveMethods inherited from class org.mule.datasense.impl.phases.typing.resolver.BaseTypeResolver
createMessageCallback, createMessageCallbackFactory, definesErrorHandlingContext, findGlobalBindingMetadataTypes, findMuleApplicationNode, generateExpected, generateIncoming, isSequential, processTarget, resolveExpectedInputEventType, resolveInnerExpectedInputEventType, resolveInnerExpectedOutputEventType, resolveTypes, unifyEventTypes
-
Constructor Details
-
UntilSuccessfulTypeResolver
public UntilSuccessfulTypeResolver(org.mule.runtime.api.component.ComponentIdentifier componentIdentiferScopeIn, org.mule.runtime.api.component.ComponentIdentifier componentIdentiferScopeOut)
-
-
Method Details
-
isPropagates
- Overrides:
isPropagatesin classScopeTypeResolver
-