org.mule.component.builder |
|
Java Source File Name | Type | Comment |
AbstractMessageBuilder.java | Class | A service that will invoke all outbound endpoints configured on the service
allow the result of each endpoint invocation to be aggregated to a single message. |
MessageBuilderException.java | Class | Thrown by a MessageBuilder implementation if it cannot build the current
message or some other error occurs. |
ReflectionMessageBuilder.java | Class | Will try and set the result of an invocation as a bean property on the request
message using reflection. |