@ApplicationPath(value="/wsrest")
public class JaxRsActivator
extends javax.ws.rs.core.Application
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.
| コンストラクタと説明 |
|---|
JaxRsActivator() |