Interface JSONWebServiceActionsManager
public interface JSONWebServiceActionsManager
-
Method Summary
Modifier and TypeMethodDescriptiongetJSONWebServiceAction(jakarta.servlet.http.HttpServletRequest httpServletRequest) getJSONWebServiceAction(jakarta.servlet.http.HttpServletRequest httpServletRequest, String path, String method, Map<String, Object> parameters) getJSONWebServiceActionMapping(String signature) getJSONWebServiceActionMappings(String contextName) voidregisterJSONWebServiceAction(String contextName, String contextPath, Object actionObject, Class<?> actionClass, Method actionMethod, String path, String method) intregisterService(String contextName, String contextPath, Object service) intunregisterJSONWebServiceActions(Object actionObject)
-
Method Details
-
getContextNames
-
getJSONWebServiceAction
JSONWebServiceAction getJSONWebServiceAction(jakarta.servlet.http.HttpServletRequest httpServletRequest) throws NoSuchJSONWebServiceException - Throws:
NoSuchJSONWebServiceException
-
getJSONWebServiceAction
JSONWebServiceAction getJSONWebServiceAction(jakarta.servlet.http.HttpServletRequest httpServletRequest, String path, String method, Map<String, Object> parameters) throws NoSuchJSONWebServiceException- Throws:
NoSuchJSONWebServiceException
-
getJSONWebServiceActionMapping
-
getJSONWebServiceActionMappings
-
registerJSONWebServiceAction
-
registerService
-
unregisterJSONWebServiceActions
-