org.gwtwidgets.server.spring.util
Class TracingExporter

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
              extended by com.google.gwt.user.server.rpc.RemoteServiceServlet
                  extended by org.gwtwidgets.server.spring.GWTRPCServiceExporter
                      extended by org.gwtwidgets.server.spring.util.TracingExporter
All Implemented Interfaces:
com.google.gwt.user.server.rpc.SerializationPolicyProvider, java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, RPCServiceExporter, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletConfigAware, org.springframework.web.context.ServletContextAware, org.springframework.web.servlet.mvc.Controller

public class TracingExporter
extends GWTRPCServiceExporter

See Also:
Serialized Form

Field Summary
static int requestCounter
           
static int responseCounter
           
 
Fields inherited from class org.gwtwidgets.server.spring.GWTRPCServiceExporter
beanName, COMPRESSION_AUTO, COMPRESSION_DISABLED, COMPRESSION_ENABLED, compressResponse, disableResponseCaching, logger, methodCache, modulePathTranslation, serializationFlags, serializationPolicyProvider, service, serviceInterfaces, servletContext, shouldCheckPermutationStrongName, throwUndeclaredExceptionToServletContainer
 
Fields inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
perThreadRequest, perThreadResponse
 
Constructor Summary
TracingExporter()
           
 
Method Summary
static void dump(java.lang.String filename, java.lang.String content)
           
protected  void onAfterResponseSerialized(java.lang.String serializedResponse)
           
protected  void onBeforeRequestDeserialized(java.lang.String serializedRequest)
           
 
Methods inherited from class org.gwtwidgets.server.spring.GWTRPCServiceExporter
afterPropertiesSet, checkPermutationStrongName, doGetSerializationPolicy, doUnexpectedFailure, encodeResponseForFailure, getMethodToInvoke, getSerializationFlags, getSerializationPolicyProvider, getService, getServletContext, handleExporterProcessingException, handleIllegalAccessException, handleIllegalArgumentException, handleIncompatibleRemoteServiceException, handleInvocationTargetException, handleRequest, handleServiceException, handleUndeclaredThrowableException, invokeMethodOnService, preprocessHTTP, processCall, processResponse, setBeanName, setCompressResponse, setModulePathTranslation, setResponseCachingDisabled, setSerializationFlags, setSerializationPolicyProvider, setService, setServiceInterfaces, setServletConfig, setServletContext, setShouldCheckPermutationStrongName, setThrowUndeclaredExceptionToServletContainer, shouldCompressResponse, toString
 
Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet
getSerializationPolicy, processPost
 
Methods inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
doPost, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

responseCounter

public static int responseCounter

requestCounter

public static int requestCounter
Constructor Detail

TracingExporter

public TracingExporter()
Method Detail

dump

public static void dump(java.lang.String filename,
                        java.lang.String content)

onAfterResponseSerialized

protected void onAfterResponseSerialized(java.lang.String serializedResponse)
Overrides:
onAfterResponseSerialized in class GWTRPCServiceExporter

onBeforeRequestDeserialized

protected void onBeforeRequestDeserialized(java.lang.String serializedRequest)
Overrides:
onBeforeRequestDeserialized in class GWTRPCServiceExporter


Copyright © 2011. All Rights Reserved.