| Package | Description |
|---|---|
| org.mule.runtime.api.message |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Message.CollectionBuilder |
| Modifier and Type | Method and Description |
|---|---|
Message.Builder |
Message.AttributesBuilder.attributes(Object value)
Populates the builder from the given
value. |
Message.Builder |
Message.AttributesBuilder.attributesMediaType(MediaType mediaType)
|
static Message.Builder |
Message.builder(Message message)
|
Message.Builder |
Message.PayloadBuilder.collectionPayload(Collection value,
Class<?> itemType)
Sets the collection value for the
Message's payload to be built. |
Message.Builder |
Message.PayloadBuilder.collectionPayload(Object[] value)
Sets the collection value for the
Message's payload to be built. |
protected abstract Message.Builder |
AbstractMuleMessageBuilderFactory.create(Message message) |
Message.Builder |
Message.PayloadBuilder.mediaType(MediaType mediaType)
|
Message.Builder |
Message.AttributesBuilder.nullAttributes()
Sets a
#null value for the Message's attributes to be built. |
Message.Builder |
Message.PayloadBuilder.nullPayload()
Sets a
#null value for the Message's payload to be built. |
Message.Builder |
Message.PayloadBuilder.payload(Object value)
Sets the value for the
Message's payload to be built. |
Message.Builder |
Message.PayloadBuilder.streamPayload(Iterator value,
Class<?> itemType)
Sets the consumable streaming collection value for the
Message's payload to be built. |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.