Package org.hippoecm.hst.jaxrs
Interface JAXRSService
-
public interface JAXRSService
JAXRSService interface to be wired in the JAXRSServiceValve- Version:
- $Id$
-
-
Field Summary
Fields Modifier and Type Field Description static String
REQUEST_CONTENT_PATH_KEY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
destroy()
void
initialize()
void
invoke(HstRequestContext requestContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
-
-
Field Detail
-
REQUEST_CONTENT_PATH_KEY
static final String REQUEST_CONTENT_PATH_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
initialize
void initialize() throws ContainerException
- Throws:
ContainerException
-
invoke
void invoke(HstRequestContext requestContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws ContainerException
- Throws:
ContainerException
-
destroy
void destroy()
-
-