Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Notes:

  • Marshaler (the interface) is really intended for POJO/NM support
  • Other transports have own hardwired marshalers with args/helpers appropriate to each transport
  • If user wants to write own marshaller for specific binding (eg JMS components) then in general must derive the ServiceMix hardwired marshaller for that binding. eg MyJmsMarshaler extends JmsMarshaler
  • Some standalone marshalers don't derive MarshalerSupport base class. Not particular reason ; they just preceded it, that's all
  • Code base for diagram is SM2.0.2
  • See IRC log 19/Dec for more comments

...