org.apache.camel.util
Class UnitOfWorkHelper

java.lang.Object
  extended by org.apache.camel.util.UnitOfWorkHelper

public final class UnitOfWorkHelper
extends Object

Version:

Method Summary
static void doneSynchronizations(Exchange exchange, List<Synchronization> synchronizations, org.slf4j.Logger log)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

doneSynchronizations

public static void doneSynchronizations(Exchange exchange,
                                        List<Synchronization> synchronizations,
                                        org.slf4j.Logger log)


Apache CAMEL