org.glassfish.jersey.server.model
Interface Consuming
- All Known Implementing Classes:
- ResourceMethod
public interface Consuming
Model component that is able to consume media types.
A component implementing this interface provides additional information about
the supported consumed media types.
- Author:
- Jakub Podlesak (jakub.podlesak at oracle.com), Marek Potociar (marek.potociar at oracle.com)
- See Also:
Consumes,
Producing
|
Method Summary |
List<javax.ws.rs.core.MediaType> |
getConsumedTypes()
Get the consumed media types supported by the component. |
getConsumedTypes
List<javax.ws.rs.core.MediaType> getConsumedTypes()
- Get the consumed media types supported by the component.
- Returns:
- immutable collection of supported consumed media types.
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.