|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Inherited @Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) public @interface Consumes
Defines the media types that the methods of a resource class or
MessageBodyReader
can accept. If
not specified, a container will assume that any media type is acceptable.
Method level annotations override a class level annotation. A container
is responsible for ensuring that the method invoked is capable of consuming
the media type of the HTTP request entity body. If no such method is
available the container must respond with a HTTP "415 Unsupported Media Type"
as specified by RFC 2616.
MessageBodyReader
Optional Element Summary | |
---|---|
java.lang.String[] |
value
A list of media types. |
public abstract java.lang.String[] value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41