Package org.hippoecm.hst.jaxrs
Interface JAXRSService
public interface JAXRSService
JAXRSService interface to be wired in the JAXRSServiceValve
- Version:
- $Id$
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy()
void
void
invoke
(HstRequestContext requestContext, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
-
Field Details
-
REQUEST_CONTENT_PATH_KEY
- See Also:
-
-
Method Details
-
initialize
- Throws:
ContainerException
-
invoke
void invoke(HstRequestContext requestContext, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws ContainerException - Throws:
ContainerException
-
destroy
void destroy()
-