Interface Consuming
-
- All Known Implementing Classes:
ResourceMethod
public interface ConsumingModel component that is able to consume media types. A component implementing this interface provides additional information about the supported consumedmedia types.- See Also:
Consumes,Producing
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<javax.ws.rs.core.MediaType>getConsumedTypes()Get the consumed media types supported by the component.
-