MessageBuilderDecorator |
MessageBuilderDecorator.withAttributes(Object attributes) |
MessageBuilderDecorator |
MessageBuilderDecorator.withAttributes(org.mule.runtime.api.metadata.TypedValue attributes) |
MessageBuilderDecorator |
MessageBuilderDecorator.withInboundAttachment(String key,
DataHandler value) |
MessageBuilderDecorator |
MessageBuilderDecorator.withInboundAttachments(Map<String,DataHandler> attachments) |
MessageBuilderDecorator |
MessageBuilderDecorator.withInboundProperties(Map<String,org.mule.runtime.api.metadata.TypedValue<Serializable>> properties) |
MessageBuilderDecorator |
MessageBuilderDecorator.withInboundProperty(String key,
Object value,
String mediaType,
String charset) |
MessageBuilderDecorator |
MessageBuilderDecorator.withInboundProperty(String key,
Serializable value) |
MessageBuilderDecorator |
MessageBuilderDecorator.withMediaType(org.mule.runtime.api.metadata.MediaType mediaType) |
MessageBuilderDecorator |
MessageBuilderDecorator.withOutboundAttachment(String key,
DataHandler value) |
MessageBuilderDecorator |
MessageBuilderDecorator.withOutboundAttachments(Map<String,DataHandler> attachments) |
MessageBuilderDecorator |
MessageBuilderDecorator.withOutboundProperties(Map<String,org.mule.runtime.api.metadata.TypedValue<Serializable>> properties) |
MessageBuilderDecorator |
MessageBuilderDecorator.withOutboundProperty(String key,
Object value,
String mediaType,
String charset) |
MessageBuilderDecorator |
MessageBuilderDecorator.withOutboundProperty(String key,
Serializable value) |
MessageBuilderDecorator |
MessageBuilderDecorator.withPayload(Object payload) |