All Methods Instance Methods Abstract Methods
Modifier and Type |
Method and Description |
Set<String> |
getContextNames() |
JSONWebServiceAction |
getJSONWebServiceAction(javax.servlet.http.HttpServletRequest request) |
JSONWebServiceAction |
getJSONWebServiceAction(javax.servlet.http.HttpServletRequest request,
String path,
String method,
Map<String,Object> parameters) |
JSONWebServiceActionMapping |
getJSONWebServiceActionMapping(String signature) |
List<JSONWebServiceActionMapping> |
getJSONWebServiceActionMappings(String contextName) |
int |
getJSONWebServiceActionsCount(String contextName) |
JSONWebServiceNaming |
getJSONWebServiceNaming() |
void |
registerJSONWebServiceAction(String contextName,
String contextPath,
Class<?> actionClass,
Method actionMethod,
String path,
String method) |
void |
registerJSONWebServiceAction(String contextName,
String contextPath,
Object actionObject,
Class<?> actionClass,
Method actionMethod,
String path,
String method) |
int |
registerService(String contextPath,
Object service) |
int |
registerService(String contextName,
String contextPath,
Object service) |
int |
registerService(String contextName,
String contextPath,
Object service,
JSONWebServiceRegistrator jsonWebServiceRegistrator) |
int |
registerServletContext(javax.servlet.ServletContext servletContext) |
int |
unregisterJSONWebServiceActions(Object actionObject) |
int |
unregisterJSONWebServiceActions(String contextPath) |
int |
unregisterServletContext(javax.servlet.ServletContext servletContext) |