Package org.mule.metadata.message.api.el
Interface ExpressionLanguageMetadataTypeResolver.MessageCallback
-
- Enclosing interface:
- ExpressionLanguageMetadataTypeResolver
public static interface ExpressionLanguageMetadataTypeResolver.MessageCallbackCallback from the resolver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiderror(String message, ExpressionLanguageMetadataTypeResolver.MessageLocation location)Is called when a error message happens while resolving metadatavoidwarning(String message, ExpressionLanguageMetadataTypeResolver.MessageLocation location)Is called when a warning message happens while resolving metadata
-
-
-
Method Detail
-
warning
void warning(String message, ExpressionLanguageMetadataTypeResolver.MessageLocation location)
Is called when a warning message happens while resolving metadata- Parameters:
message- The messagelocation- The location of the message
-
error
void error(String message, ExpressionLanguageMetadataTypeResolver.MessageLocation location)
Is called when a error message happens while resolving metadata- Parameters:
message- The messagelocation- The location of the message
-
-