Versions Compared

Key

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

...

  1. The ServiceMix container reads the servicemix.xml file and instantiates the components specified through SpringJBIContainer class.
  2. SpringJBIContainer registers The container calls the afterPropertiesSet() method of SpringJBIContainer to register the components and the activationSpecs in its afterPropertiesSet method. In this case, httpReceiver and stockQuote are registered as activationSpecs.
  3. SpringJBIContainer uses ActivationSpec class as the container for component specific properties such as routing information.

...