Class | Description |
---|---|
AbstractMessageBuilder |
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.
|
ReflectionMessageBuilder |
Will try and set the result of an invocation as a bean property on the request
message using reflection.
|
Exception | Description |
---|---|
MessageBuilderException |
Thrown by a MessageBuilder implementation if it cannot build the current
message or some other error occurs.
|
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.