Interface WebServiceContext
public interface WebServiceContext
- Author:
- npiedeloup
-
Method Summary
Modifier and TypeMethodDescriptiongetBody()getPathParam(String pathName) jakarta.servlet.http.HttpServletRequestjakarta.servlet.http.HttpServletResponse
-
Method Details
-
getRequest
jakarta.servlet.http.HttpServletRequest getRequest() -
getResponse
jakarta.servlet.http.HttpServletResponse getResponse() -
getPathParam
-
getBody
String getBody()
-