com.ibm.websphere.sca

Interface ServiceCallback



  • public interface ServiceCallback
    The callback interface is implemented by service components that need to handle asynchronous callback interactions.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void onInvokeResponse(Ticket ticket, java.lang.Object output, java.lang.Exception exception)
      Callback method invoked by the SCA runtime to pass an asynchronous response to a service component.
    • Method Detail

      • onInvokeResponse

        void onInvokeResponse(Ticket ticket,
                            java.lang.Object output,
                            java.lang.Exception exception)
        Callback method invoked by the SCA runtime to pass an asynchronous response to a service component.
        Parameters:
        ticket - The ticket identifying the asynchronous invocation, initially returned by the invokeAsyncWithCallback() method.
        output - The business data returned by the target business operation.
        exception - Any exception thrown from the target business operation.
IBM Business Process ManagerTM
Release 8