Package com.aspectran.undertow.service
Interface TowService
-
- All Superinterfaces:
com.aspectran.core.service.CoreService
- All Known Implementing Classes:
AbstractTowService,DefaultTowService
public interface TowService extends com.aspectran.core.service.CoreServiceCreated: 2019-07-27
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanexecute(io.undertow.server.HttpServerExchange exchange)Executes web activity.
-
-
-
Method Detail
-
execute
boolean execute(io.undertow.server.HttpServerExchange exchange) throws java.io.IOExceptionExecutes 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
-
-