public interface ComponentModel extends Named, Described, EnrichableModel, ParameterizedModel
ExtensionModel. This model groups all the common contracts between extension
components like OperationModel, SourceModel, etc.| Modifier and Type | Method and Description |
|---|---|
OutputModel |
getOutput()
Returns a
MetadataType for the value that this component sets
on the output Message.getPayload() field. |
OutputModel |
getOutputAttributes()
Returns a
MetadataType for the value that this component sets
on the output Message.getAttributes() field. |
getModelProperties, getModelPropertygetParameterModelsgetDescriptionOutputModel getOutput()
MetadataType for the value that this component sets
on the output Message.getPayload() field.MetadataType representing the content type for the output messagesOutputModel getOutputAttributes()
MetadataType for the value that this component sets
on the output Message.getAttributes() field.MetadataType representing the attribute types for the output messagesCopyright © 2016 MuleSoft, Inc.. All rights reserved.