public static interface InternalMessage.Builder extends org.mule.runtime.api.message.Message.Builder, InternalMessage.PayloadBuilder, InternalMessage.AttributesBuilder
| Modifier and Type | Method and Description |
|---|---|
InternalMessage.Builder |
addInboundAttachment(String key,
DataHandler value)
Deprecated.
Transport infrastructure is deprecated. Use
DefaultMultiPartPayload instead. |
InternalMessage.Builder |
addInboundProperty(String key,
Serializable value)
Deprecated.
Transport infrastructure is deprecated. Use
Attributes instead. |
InternalMessage.Builder |
addInboundProperty(String key,
Serializable value,
org.mule.runtime.api.metadata.DataType dataType)
Deprecated.
Transport infrastructure is deprecated. Use
Attributes instead. |
InternalMessage.Builder |
addInboundProperty(String key,
Serializable value,
org.mule.runtime.api.metadata.MediaType mediaType)
Deprecated.
Transport infrastructure is deprecated. Use
Attributes instead. |
InternalMessage.Builder |
addOutboundAttachment(String key,
DataHandler value)
Deprecated.
Transport infrastructure is deprecated. Use
DefaultMultiPartPayload instead. |
InternalMessage.Builder |
addOutboundProperty(String key,
Serializable value)
Deprecated.
Transport infrastructure is deprecated. Use
Attributes instead. |
InternalMessage.Builder |
addOutboundProperty(String key,
Serializable value,
org.mule.runtime.api.metadata.DataType dataType)
Deprecated.
Transport infrastructure is deprecated. Use
Attributes instead. |
InternalMessage.Builder |
addOutboundProperty(String key,
Serializable value,
org.mule.runtime.api.metadata.MediaType mediaType)
Deprecated.
Transport infrastructure is deprecated. Use
Attributes instead. |
InternalMessage |
build() |
InternalMessage.Builder |
exceptionPayload(ExceptionPayload exceptionPayload) |
InternalMessage.Builder |
inboundAttachments(Map<String,DataHandler> inboundAttachments)
Deprecated.
Transport infrastructure is deprecated. Use
DefaultMultiPartPayload instead. |
InternalMessage.Builder |
inboundProperties(Map<String,Serializable> inboundProperties)
Deprecated.
Transport infrastructure is deprecated. Use
Attributes instead. |
InternalMessage.Builder |
outboundAttachments(Map<String,DataHandler> outbundAttachments)
Deprecated.
Transport infrastructure is deprecated. Use
DefaultMultiPartPayload instead. |
InternalMessage.Builder |
outboundProperties(Map<String,Serializable> outboundProperties)
Deprecated.
Transport infrastructure is deprecated. Use
Attributes instead. |
InternalMessage.Builder |
removeInboundAttachment(String key)
Deprecated.
Transport infrastructure is deprecated. Use
DefaultMultiPartPayload instead. |
InternalMessage.Builder |
removeInboundProperty(String key)
Deprecated.
Transport infrastructure is deprecated. Use
Attributes instead. |
InternalMessage.Builder |
removeOutboundAttachment(String key)
Deprecated.
Transport infrastructure is deprecated. Use
DefaultMultiPartPayload instead. |
InternalMessage.Builder |
removeOutboundProperty(String key)
Deprecated.
Transport infrastructure is deprecated. Use
Attributes instead. |
collectionPayload, collectionPayload, mediaType, nullPayload, payload, streamPayloadattributes, attributesMediaType, nullAttributesInternalMessage.Builder exceptionPayload(ExceptionPayload exceptionPayload)
exceptionPayload - @Deprecated InternalMessage.Builder addInboundProperty(String key, Serializable value)
Attributes instead.key - value - @Deprecated InternalMessage.Builder addInboundProperty(String key, Serializable value, org.mule.runtime.api.metadata.MediaType mediaType)
Attributes instead.key - value - mediaType - @Deprecated InternalMessage.Builder addInboundProperty(String key, Serializable value, org.mule.runtime.api.metadata.DataType dataType)
Attributes instead.key - value - dataType - @Deprecated InternalMessage.Builder addOutboundProperty(String key, Serializable value)
Attributes instead.key - value - @Deprecated InternalMessage.Builder addOutboundProperty(String key, Serializable value, org.mule.runtime.api.metadata.MediaType mediaType)
Attributes instead.key - value - mediaType - @Deprecated InternalMessage.Builder addOutboundProperty(String key, Serializable value, org.mule.runtime.api.metadata.DataType dataType)
Attributes instead.key - value - dataType - @Deprecated InternalMessage.Builder removeInboundProperty(String key)
Attributes instead.key - @Deprecated InternalMessage.Builder removeOutboundProperty(String key)
Attributes instead.key - @Deprecated InternalMessage.Builder addInboundAttachment(String key, DataHandler value)
DefaultMultiPartPayload instead.key - value - @Deprecated InternalMessage.Builder addOutboundAttachment(String key, DataHandler value)
DefaultMultiPartPayload instead.key - value - @Deprecated InternalMessage.Builder removeInboundAttachment(String key)
DefaultMultiPartPayload instead.key - @Deprecated InternalMessage.Builder removeOutboundAttachment(String key)
DefaultMultiPartPayload instead.key - @Deprecated InternalMessage.Builder inboundProperties(Map<String,Serializable> inboundProperties)
Attributes instead.inboundProperties - @Deprecated InternalMessage.Builder outboundProperties(Map<String,Serializable> outboundProperties)
Attributes instead.outboundProperties - @Deprecated InternalMessage.Builder inboundAttachments(Map<String,DataHandler> inboundAttachments)
DefaultMultiPartPayload instead.inboundAttachments - @Deprecated InternalMessage.Builder outboundAttachments(Map<String,DataHandler> outbundAttachments)
DefaultMultiPartPayload instead.outbundAttachments - InternalMessage build()
build in interface org.mule.runtime.api.message.Message.BuilderCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.