Interface Summary |
ClientFactory |
An interface that defines a factory to create ServiceMixClient. |
Container |
Represents the ServiceMix JBI container |
Destination |
Represents a JBI endpoint you can communicate with |
EndpointFilter |
Represents a filter used to exclude endpoints before choosing which endpoint to use |
EndpointResolver |
A Strategy pattern which can be used to plug in different ServiceEndpoint resolving policies from static
relationships to dynamic resolution of the endpoint used based on some policy. |
Message |
An extension of the standard NormalizedMessage which allows you to
work directly with message bodies as POJOs ignoring the XML stuff or passing a binary
message around as a ByteBuffer or byte[] |
ServiceMixClient |
Represents a client API which allows users to programatically send messages into the JBI
container or to receive them using the regular JBI API together with a collection of helper methods making it
easier to interact with the JBI API. |