org.rhq.enterprise.server.rest
Class RHQApplication

java.lang.Object
  extended by javax.ws.rs.core.Application
      extended by org.rhq.enterprise.server.rest.RHQApplication

public class RHQApplication
extends javax.ws.rs.core.Application

JAX-RS application class, defining the base http context. This is called upon servlet startup or when the first request hits the REST endpoint.

Author:
Heiko W. Rupp

Constructor Summary
RHQApplication()
           
 
Method Summary
 
Methods inherited from class javax.ws.rs.core.Application
getClasses, getSingletons
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RHQApplication

public RHQApplication()


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.