com.sun.xml.ws.transport.http.servlet
Class JAXWSRIServletProbeProvider

java.lang.Object
  extended by com.sun.xml.ws.transport.http.servlet.JAXWSRIServletProbeProvider

public class JAXWSRIServletProbeProvider
extends Object

Keeps track of webservice start and end for sun-jaxws.xml deployments. A registered listener get to listen the emited events to track the time spent in web services layer, no of requests for an endpoint etc


Constructor Summary
JAXWSRIServletProbeProvider()
           
 
Method Summary
 void endedEvent(String endpointAddress)
           
 void startedEvent(String endpointAddress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXWSRIServletProbeProvider

public JAXWSRIServletProbeProvider()
Method Detail

startedEvent

public void startedEvent(String endpointAddress)

endedEvent

public void endedEvent(String endpointAddress)


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.