org.jboss.resteasy.resteasy802
Class JaxRsActivator

java.lang.Object
  extended by javax.ws.rs.core.Application
      extended by org.jboss.resteasy.resteasy802.JaxRsActivator

public class JaxRsActivator
extends Application

A class extending Application and annotated with @ApplicationPath is the Java EE 6 "no XML" approach to activating JAX-RS.

Resources are served relative to the servlet path specified in the ApplicationPath annotation.


Constructor Summary
JaxRsActivator()
           
 
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

JaxRsActivator

public JaxRsActivator()


Copyright © 2013. All Rights Reserved.