Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updating broken code snippet urls

...

Wiki Markup
{snippet:id=inOnly|lang=java|url=servicemix/smx3/trunk/core/servicemix-core/src/test/java/org/apache/servicemix/client/ClientDestinationTest.java}

...

Wiki Markup
{snippet:id=inOut|lang=java|url=servicemix/smx3/trunk/core/servicemix-core/src/test/java/org/apache/servicemix/client/ClientDestinationTest.java}

...

Wiki Markup
{snippet:id=message|lang=java|url=servicemix/smx3/trunk/core/servicemix-core/src/test/java/org/apache/servicemix/client/ClientDestinationTest.java}

For more detail see the unit test case

Using the POJO methods

We provide a few helper POJO based methods to allow you to use JBI using regular POJOs to hide some of the XML marshaling detail. Then you can use a plugable Marshaler to map your POJOs to JAXP Sources.

...

Wiki Markup
{snippet:id=client|lang=xml|url=servicemix/smx3/trunk/core/servicemix-core/src/test/resources/org/apache/servicemix/client/example.xml}

...

Wiki Markup
{snippet:id=clientroute|lang=xml|url=servicemix/smx3/trunk/core/servicemix-core/src/test/resources/org/apache/servicemix/client/example.xml}

...