AnnotatedEndpointData objects (Annotaiton config data)
and turn them into EndpointBuilder or ImmutableEndpoint objects.EntryPointResolver implementation that will resolve methods on a service class
that have Mule expression annotations such as Payload, InboundHeaders
It will transform the received message to match the annotated method arguments.TransientRegistry which is also deprecated. Use post processors
for currently supported registries instead (i.e: spring.SpringRegistry)Transformer proxy around a transform method.AbstractAnnotatedTransformerArgumentResolver.getArgumentClass() this method will be invoked
an instance of the object.TransientRegistry which is also deprecated. Use post processors
for currently supported registries instead (i.e: spring.SpringRegistry)Evaluator annotation.Router annotation.Transformer annotation.InboundAttachments annotation.InboundHeaders annotation.Inject annotations insteadMap that can be used to populate outbound attachments that will
be set with the outgoing message.OutboundAttachments annotation.Map
without needing to use the Mule API (other than using the annotation) on the
method argument).OutboundHeaders annotation.Payload annotation."apple=green, banana=yellow" into a Properties map.Transformer objects.Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.