com.sun.jersey.spi.monitoring
Class MonitoringProviderFactory

java.lang.Object
  extended by com.sun.jersey.spi.monitoring.MonitoringProviderFactory

public final class MonitoringProviderFactory
extends java.lang.Object

Author:
Jakub.Podlesak@Oracle.Com

Method Summary
static DispatchingListener createDispatchingListener(ProviderServices providerServices)
           
static RequestListener createRequestListener(ProviderServices providerServices)
           
static ResponseListener createResponseListener(ProviderServices providerServices)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createRequestListener

public static RequestListener createRequestListener(ProviderServices providerServices)

createDispatchingListener

public static DispatchingListener createDispatchingListener(ProviderServices providerServices)

createResponseListener

public static ResponseListener createResponseListener(ProviderServices providerServices)


Copyright © 2011 Oracle Corporation. All Rights Reserved.