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 booleanservice(io.undertow.server.HttpServerExchange exchange)Executes web activity.-
Methods inherited from interface com.aspectran.core.service.CoreService
getActivityContext, getAspectranConfig, getBasePath, getDefaultActivity, getSchedulerService, getServiceController, getSiblingsClassLoader, isDerived, isHardReload, isLateStart, joinDerivedService, leaveFromRootService, withdrawDerivedService
-
-
-
-
Method Detail
-
service
boolean service(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
-
-