Class BaseOutboundProcessingListener

java.lang.Object
com.onenetwork.platform.integ.msg.BaseOutboundProcessingListener

public abstract class BaseOutboundProcessingListener
extends java.lang.Object
Base class which defines event handlers for the events inside the outbound MessageHandler; all of the methods in this class have default implementations, so a subclass only needs to implement the methods it needs.
  • Constructor Summary

    Constructors 
    Constructor Description
    BaseOutboundProcessingListener()  
  • Method Summary

    Modifier and Type Method Description
    void postGenerate​(OutboundProcessingEvent event)
    Handle the process result after the processing is completed.
    void preGenerate​(OutboundProcessingEvent event)
    Handler the pre

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait