public interface OperationPolicyParametersTransformer
Message.
Such transformation is used to be able to execute the policy pipeline and handle the information to be sent by the operation or
modify it.| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
fromMessageToParameters(org.mule.runtime.api.message.Message message)
Transformers the output of the operation policy pipeline to the set of parameters to be sent by the operation.
|
org.mule.runtime.api.message.Message |
fromParametersToMessage(Map<String,Object> parameters)
Transforms a set of parameters to a message that can be route through the policy pipeline.
|
boolean |
supports(org.mule.runtime.api.component.ComponentIdentifier componentIdentifier) |
boolean supports(org.mule.runtime.api.component.ComponentIdentifier componentIdentifier)
componentIdentifier - the operation identifier.org.mule.runtime.api.message.Message fromParametersToMessage(Map<String,Object> parameters)
Message.parameters - resolved set of parameters to be processed by the operation.Message with all the useful content of the parameters.Map<String,Object> fromMessageToParameters(org.mule.runtime.api.message.Message message)
message - the output message from the policy source pipeline.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.