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.CoreService
Created: 2019-07-27
-
Method Summary
Modifier and TypeMethodDescriptionbooleanservice(io.undertow.server.HttpServerExchange exchange) Executes web activity.Methods inherited from interface com.aspectran.core.service.CoreService
getActivityContext, getAltClassLoader, getAspectranConfig, getBasePath, getDefaultActivity, getSchedulerService, getServiceClassLoader, getServiceController, hasServiceClassLoader, isDerived, isHardReload, isLateStart, joinDerivedService, leaveFromRootService, withdrawDerivedService
-
Method Details
-
service
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
-