Interface TowService

All Superinterfaces:
CoreService
All Known Implementing Classes:
AbstractTowService, DefaultTowService

public interface TowService extends CoreService

Created: 2019-07-27

  • Method Details

    • service

      boolean service(io.undertow.server.HttpServerExchange exchange) throws IOException
      Executes web activity.
      Parameters:
      exchange - the HTTP request/response exchange
      Returns:
      true if the activity was handled; false otherwise
      Throws:
      IOException - If an error occurs during Activity execution