org.neociclo.accord.odetteftp.camel
Class AutoReplyDeliveryNotification
java.lang.Object
org.neociclo.accord.odetteftp.camel.AutoReplyDeliveryNotification
- All Implemented Interfaces:
- org.apache.camel.spi.Synchronization
public final class AutoReplyDeliveryNotification
- extends Object
- implements org.apache.camel.spi.Synchronization
Method Summary |
void |
onComplete(org.apache.camel.Exchange exchange)
|
void |
onFailure(org.apache.camel.Exchange exchange)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
onComplete
public void onComplete(org.apache.camel.Exchange exchange)
- Specified by:
onComplete
in interface org.apache.camel.spi.Synchronization
onFailure
public void onFailure(org.apache.camel.Exchange exchange)
- Specified by:
onFailure
in interface org.apache.camel.spi.Synchronization
ACCORD