public interface JSONWebServiceActionsManager
Modifier and Type | Method and Description |
---|---|
Set<String> |
getContextNames() |
JSONWebServiceAction |
getJSONWebServiceAction(javax.servlet.http.HttpServletRequest httpServletRequest) |
JSONWebServiceAction |
getJSONWebServiceAction(javax.servlet.http.HttpServletRequest httpServletRequest,
String path,
String method,
Map<String,Object> parameters) |
JSONWebServiceActionMapping |
getJSONWebServiceActionMapping(String signature) |
List<JSONWebServiceActionMapping> |
getJSONWebServiceActionMappings(String contextName) |
void |
registerJSONWebServiceAction(String contextName,
String contextPath,
Object actionObject,
Class<?> actionClass,
Method actionMethod,
String path,
String method) |
int |
registerService(String contextName,
String contextPath,
Object service) |
int |
unregisterJSONWebServiceActions(Object actionObject) |
Set<String> getContextNames()
JSONWebServiceAction getJSONWebServiceAction(javax.servlet.http.HttpServletRequest httpServletRequest) throws NoSuchJSONWebServiceException
NoSuchJSONWebServiceException
JSONWebServiceAction getJSONWebServiceAction(javax.servlet.http.HttpServletRequest httpServletRequest, String path, String method, Map<String,Object> parameters) throws NoSuchJSONWebServiceException
NoSuchJSONWebServiceException
JSONWebServiceActionMapping getJSONWebServiceActionMapping(String signature)
List<JSONWebServiceActionMapping> getJSONWebServiceActionMappings(String contextName)
void registerJSONWebServiceAction(String contextName, String contextPath, Object actionObject, Class<?> actionClass, Method actionMethod, String path, String method)
int registerService(String contextName, String contextPath, Object service)
int unregisterJSONWebServiceActions(Object actionObject)