Interface TowService

    • Method Detail

      • execute

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