The Java(TM) API for RESTful Web Services (JAX-RS) 1.1 1.0.1.Final-redhat-1

javax.ws.rs
Annotation Type POST


@Target(value=METHOD)
@Retention(value=RUNTIME)
@HttpMethod(value="POST")
public @interface POST

Indicates that the annotated method responds to HTTP POST requests

See Also:
HttpMethod


The Java(TM) API for RESTful Web Services (JAX-RS) 1.1 1.0.1.Final-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.