Interface AsyncCallback


public interface AsyncCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    done(ProcessContext processContext)
    This method is invoked once the proccessor is done.
  • Method Details

    • done

      void done(ProcessContext processContext)
      This method is invoked once the proccessor is done.
      If an exception occurred while processing the exchange, the exception field of the Service being processed will hold the caused exception.
      Parameters:
      processContext -