Package org.jboss.resteasy.plugins.stats
Class RegistryStatsResource
- java.lang.Object
-
- org.jboss.resteasy.plugins.stats.RegistryStatsResource
-
@Path("/resteasy/registry") public class RegistryStatsResource extends java.lang.Object
- Version:
- $Revision: 1 $
-
-
Constructor Summary
Constructors Constructor Description RegistryStatsResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RegistryData
get()
-
-
-
Method Detail
-
get
@GET @Produces({"application/xml","application/json"}) public RegistryData get() throws javax.xml.bind.JAXBException
- Throws:
javax.xml.bind.JAXBException
-
-