| Interface | Description |
|---|---|
| Mapper |
Interface implemented by message format converters.
|
| Class | Description |
|---|---|
| BaseXmlMapper | |
| DocLitMapper |
Mapper to handle messages that are single-part docliteral (WSDL2.0 style).
|
| JbiWsdl11WrapperMapper |
Mapper for converting ODE messages to NMS messages using the WSDL 11 wrapper
format.
|
| ServiceMixMapper |
Message mapper for dealing with the degenerate messages that servicemix components such as servicemix-http provide.
|
| Enum | Description |
|---|---|
| Mapper.Recognized |
| Exception | Description |
|---|---|
| MessageTranslationException |
Indicates an error translating ODE message to JBI message or vice versa.
|