Package ubic.gemma.rest.providers
Class RequestExceptionLogger
java.lang.Object
ubic.gemma.rest.providers.RequestExceptionLogger
- All Implemented Interfaces:
org.glassfish.jersey.server.monitoring.ApplicationEventListener
@Provider
public class RequestExceptionLogger
extends Object
implements org.glassfish.jersey.server.monitoring.ApplicationEventListener
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RequestExceptionLogger
public RequestExceptionLogger()
-
-
Method Details
-
onEvent
public void onEvent(org.glassfish.jersey.server.monitoring.ApplicationEvent event) - Specified by:
onEvent
in interfaceorg.glassfish.jersey.server.monitoring.ApplicationEventListener
-
onRequest
public org.glassfish.jersey.server.monitoring.RequestEventListener onRequest(org.glassfish.jersey.server.monitoring.RequestEvent requestEvent) - Specified by:
onRequest
in interfaceorg.glassfish.jersey.server.monitoring.ApplicationEventListener
-