|
Class Summary |
| CallOutboundEndpoint |
A dynamic outbound endpoint defined when using the Call annotation. |
| CallRequestEndpoint |
A dynamic inbound endpoint used for request calls defined using the Call annotation. |
| DataTypeConverter |
Both Mule and iBeans define a DataType model for associating Java types with other info such as mime type and encoding
This classes provides a couple of functions to convert between the two models |
| DefaultRequestInterfaceBinding |
Used for making a request from a message dispatcher |
| DynamicRequestEndpoint |
A dynamic request endpoint is used in conjunction with the Call annotation when there are no org.ibeans.annotation.param.Payload,
org.ibeans.annotation.param.PayloadParam or HeaderParam annotations
on a method and allows a dynamic InboundEndpoint to be created. |
| DynamicRequestInterfaceBinding |
Creates an component binding that can use the MessageRequester interface to make
a call. |
| HttpStatusCodeCallback |
Sets a Http status code on the result message created on a mock invocation |