| Modifier and Type | Method and Description |
|---|---|
Map<String,Message> |
getNamedParts() |
Message |
getPart(String partName)
Looks up the part with the passed
partName. |
List<String> |
getPartNames() |
List<Message> |
getParts() |
Message getPart(String partName)
partName.partName - the name of the part to look for.NoSuchElementException - if no part with the given name exists.Copyright © 2017 MuleSoft, Inc.. All rights reserved.