Uses of Interface
com.aspectran.web.service.WebService
Packages that use WebService
Package
Description
Contains a variant of the activity interface for web application.
Contains a variant of the service interface for web application.
-
Uses of WebService in com.aspectran.web.activity
Constructors in com.aspectran.web.activity with parameters of type WebServiceModifierConstructorDescriptionWebActivity
(WebService webService, String contextPath, String reverseContextPath, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Instantiates a new WebActivity. -
Uses of WebService in com.aspectran.web.service
Classes in com.aspectran.web.service that implement WebServiceModifier and TypeClassDescriptionclass
class
Provides overall functionality for building web applications within a web application container.Methods in com.aspectran.web.service with parameters of type WebServiceModifier and TypeMethodDescriptionstatic void
WebService.bind
(WebActivity activity, WebService service) static void
WebService.bind
(jakarta.servlet.ServletContext servletContext, WebService service) static DefaultWebService
DefaultWebServiceBuilder.build
(WebActivityServlet servlet, WebService rootWebService) Returns a new instance ofDefaultWebService
.Constructors in com.aspectran.web.service with parameters of type WebServiceModifierConstructorDescriptionDefaultServletHttpRequestHandler
(jakarta.servlet.ServletContext servletContext, WebService webService) -
Uses of WebService in com.aspectran.web.websocket.jsr356
Constructors in com.aspectran.web.websocket.jsr356 with parameters of type WebService