public class Invoke extends DynamoServlet
It takes as parameters: INPUT PARAMS
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ARGS |
static java.lang.String |
CATCH |
static java.lang.String |
CLASS_VERSION
Class version string
|
static java.lang.String |
FINALLY |
static java.lang.String |
METHOD |
static java.lang.String |
OBJECT |
static java.lang.String |
OUTPUT |
static java.lang.String |
RETURN |
static java.lang.String |
THROWABLE |
mAllowCleanupRequest, mParametersSERVLET_INFO_KEYSERVICE_INFO_KEYDEFAULT_LOG_TRACE_STATUSDEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS| Constructor and Description |
|---|
Invoke()
Constructs an instanceof Invoke
|
| Modifier and Type | Method and Description |
|---|---|
void |
service(DynamoHttpServletRequest request,
DynamoHttpServletResponse response)
Service thre request
|
protected void |
serviceCatch(DynamoHttpServletRequest request,
DynamoHttpServletResponse response,
java.lang.Throwable exception)
Services the CATCH oparam if there's an exception
|
protected void |
serviceFinally(DynamoHttpServletRequest request,
DynamoHttpServletResponse response)
Services the FINALLY oparam if there's an exception
|
protected void |
serviceInvoke(DynamoHttpServletRequest request,
DynamoHttpServletResponse response,
java.lang.Object obj,
java.lang.reflect.Method method,
java.lang.Object[] args)
Handles the Invoke call
|
doDelete, doGet, doPost, doPut, getParameter, getParameters, getServletContext, init, service, service, setParameterdestroy, getServletConfig, getServletInfo, setServletInfogetAverageRequestHandlingTime, getHandledRequestCount, getRequestStartTime, getTotalRequestHandlingTime, isKeepingStatistics, notifyHandledRequest, resetStatistics, setKeepingStatisticsaddLogListener, createAdminServlet, doStartService, doStopService, getAbsoluteName, getAdminServlet, getAdminServletOutputStreamEncoding, getLoggingForVlogging, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isAdminServletUseServletOutputStream, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, isRunning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, nameContextElementBound, nameContextElementUnbound, removeLogListener, reResolveThis, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setAdminServletOutputStreamEncoding, setAdminServletUseServletOutputStream, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingTrace, setLoggingWarning, setNucleus, setServiceInfo, startService, stopServicevlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarningpublic static java.lang.String CLASS_VERSION
public static final java.lang.String OBJECT
public static final java.lang.String METHOD
public static final java.lang.String ARGS
public static final java.lang.String RETURN
public static final java.lang.String THROWABLE
public static final java.lang.String OUTPUT
public static final java.lang.String CATCH
public static final java.lang.String FINALLY
public void service(DynamoHttpServletRequest request, DynamoHttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException
service in class DynamoServletrequest - the request to be processedresponse - the response object for this requestjavax.servlet.ServletException - an application specific error occurred
processing this requestjava.io.IOException - an error occurred reading data from the request
or writing data to the response.protected void serviceCatch(DynamoHttpServletRequest request, DynamoHttpServletResponse response, java.lang.Throwable exception) throws javax.servlet.ServletException, java.io.IOException
javax.servlet.ServletExceptionjava.io.IOExceptionprotected void serviceFinally(DynamoHttpServletRequest request, DynamoHttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException
javax.servlet.ServletExceptionjava.io.IOExceptionprotected void serviceInvoke(DynamoHttpServletRequest request, DynamoHttpServletResponse response, java.lang.Object obj, java.lang.reflect.Method method, java.lang.Object[] args) throws javax.servlet.ServletException, java.io.IOException
javax.servlet.ServletExceptionjava.io.IOException