Class EmptyService

java.lang.Object
com.aquima.interactions.test.stubs.EmptyService
All Implemented Interfaces:
com.aquima.interactions.portal.IService

public class EmptyService extends Object implements com.aquima.interactions.portal.IService
Simple empty service implementation.
Since:
6.3
Author:
Jon van Leuven
  • Constructor Details

    • EmptyService

      public EmptyService()
  • Method Details

    • handle

      public com.aquima.interactions.portal.IServiceResult handle(com.aquima.interactions.portal.IServiceContext context) throws Exception
      Specified by:
      handle in interface com.aquima.interactions.portal.IService
      Throws:
      Exception